#B9DAFE

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

Shades of Pale Cornflower Blue #B9DAFE

Tints of Pale Cornflower Blue #B9DAFE

Color information

#B9DAFE (or 0xB9DAFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, DA and FE. RGB value is (185,218,254). Sum of RGB (Red+Green+Blue) = 185+218+254=657 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.16% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DAFE is #462501. Grayscale: #D4D4D4. Windows color (decimal): -4596994 or 16702137. OLE color: 16702137.

HSL color Cylindrical-coordinate representation of color #B9DAFE: hue angle of 211.3º 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 #B9DAFE is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB185218254-
CMYK0.270.1400.00
HSL211.3º97.18%86.08%-
HSV(B)211.3º27.17%99.61%-
XYZ62.9767.61103.5-
YUV212.24151.57108.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.16%
GREEN value IS 218 (85.55% from 255) = 33.18%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=28.16%
G=33.18%
B=38.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852182540.270.1400.00211.397.1886.08
HexB9DAFE1BE00d36156
Octal271332376331600323141126
Binary101110011101101011111110110111110001101001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DAFE; }

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

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

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

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

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

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

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

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