#B9DEFC

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

Shades of Pale Cornflower Blue #B9DEFC

Tints of Pale Cornflower Blue #B9DEFC

Color information

#B9DEFC (or 0xB9DEFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, DE and FC. RGB value is (185,222,252). Sum of RGB (Red+Green+Blue) = 185+222+252=659 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.07% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DEFC is #462103. Grayscale: #D6D6D6. Windows color (decimal): -4595972 or 16572089. OLE color: 16572089.

HSL color Cylindrical-coordinate representation of color #B9DEFC: hue angle of 206.87º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9DEFC is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185222252-
CMYK0.270.1200.01
HSL206.87º91.78%85.69%-
HSV(B)206.87º26.59%98.82%-
XYZ63.769.59102.17-
YUV214.36149.24107.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.07%
GREEN value IS 222 (87.11% from 255) = 33.69%
BLUE value IS 252 (98.83% from 255) = 38.24%
R=28.07%
G=33.69%
B=38.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852222520.270.1200.01206.8791.7885.69
HexB9DEFC1BC01cf5c56
Octal271336374331401317134126
Binary101110011101111011111100110111100011100111110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DEFC; }

 p { color: rgb(185,222,252); }

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

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

 a { background-color: rgb(185,222,252); }

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

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

 span { border-color: rgb(185,222,252); }

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