#B6DCFF

Color #B6DCFF Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #B6DCFF

Tints of Pale Cornflower Blue #B6DCFF

Color information

#B6DCFF (or 0xB6DCFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B6, DC and FF. RGB value is (182,220,255). Sum of RGB (Red+Green+Blue) = 182+220+255=657 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.70% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DCFF is #492300. Grayscale: #D4D4D4. Windows color (decimal): -4793089 or 16768182. OLE color: 16768182.

HSL color Cylindrical-coordinate representation of color #B6DCFF: hue angle of 208.77º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6DCFF is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182220255-
CMYK0.290.1400
HSL208.77º100%85.69%-
HSV(B)208.77º28.63%100%-
XYZ62.9368.35104.48-
YUV212.63151.91106.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 27.70%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 255 (100% from 255) = 38.81%
R=27.70%
G=33.49%
B=38.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822202550.290.1400208.7710085.69
HexB6DCFF1DE00d16456
Octal266334377351600321144126
Binary101101101101110011111111111011110001101000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DCFF; }

 p { color: rgb(182,220,255); }

 H1.HeaderClassName
 {
   color: #B6DCFF;
 }
 .AnyTagClassName
 {
   color: #B6DCFF;
 }
</style>
background-color css

<style>
 a { background-color: #B6DCFF; }

 a { background-color: rgb(182,220,255); }

 div.DivClassName
 {
   background-color: #B6DCFF;
 }
 .BgClassName
 {
   background-color: #B6DCFF;
 }
</style>
border-color css

<style>
 span { border-color: #B6DCFF; }

 span { border-color: rgb(182,220,255); }

 td.TdClassName
 {
   border-color: #B6DCFF;
 }
 .TagClassName
 {
   border-color: #B6DCFF;
 }
</style>