#B9DAFF

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

Shades of Pale Cornflower Blue #B9DAFF

Tints of Pale Cornflower Blue #B9DAFF

Color information

#B9DAFF (or 0xB9DAFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, DA and FF. RGB value is (185,218,255). Sum of RGB (Red+Green+Blue) = 185+218+255=658 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.12% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DAFF is #462500. Grayscale: #D4D4D4. Windows color (decimal): -4596993 or 16767673. OLE color: 16767673.

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

Color convert

RGB185218255-
CMYK0.270.1500
HSL211.71º100%86.27%-
HSV(B)211.71º27.45%100%-
XYZ63.1367.68104.34-
YUV212.35152.07108.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.12%
GREEN value IS 218 (85.55% from 255) = 33.13%
BLUE value IS 255 (100% from 255) = 38.75%
R=28.12%
G=33.13%
B=38.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852182550.270.1500211.7110086.27
HexB9DAFF1BF00d46456
Octal271332377331700324144126
Binary101110011101101011111111110111111001101010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DAFF; }

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

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

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

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

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

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

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

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