#B9DEFE

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

Shades of Pale Cornflower Blue #B9DEFE

Tints of Pale Cornflower Blue #B9DEFE

Color information

#B9DEFE (or 0xB9DEFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, DE and FE. RGB value is (185,222,254). Sum of RGB (Red+Green+Blue) = 185+222+254=661 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.99% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DEFE is #462101. Grayscale: #D6D6D6. Windows color (decimal): -4595970 or 16703161. OLE color: 16703161.

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

Color convert

RGB185222254-
CMYK0.270.1300.00
HSL207.83º97.18%86.08%-
HSV(B)207.83º27.17%99.61%-
XYZ64.0269.71103.85-
YUV214.58150.24106.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.99%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=27.99%
G=33.59%
B=38.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852222540.270.1300.00207.8397.1886.08
HexB9DEFE1BD00d06156
Octal271336376331500320141126
Binary101110011101111011111110110111101001101000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DEFE; }

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

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

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

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

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

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

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

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