#B9D7FE

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

Shades of Pale Cornflower Blue #B9D7FE

Tints of Pale Cornflower Blue #B9D7FE

Color information

#B9D7FE (or 0xB9D7FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, D7 and FE. RGB value is (185,215,254). Sum of RGB (Red+Green+Blue) = 185+215+254=654 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.29% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9D7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D7FE is #462801. Grayscale: #D2D2D2. Windows color (decimal): -4597762 or 16701369. OLE color: 16701369.

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

Color convert

RGB185215254-
CMYK0.270.1500.00
HSL213.91º97.18%86.08%-
HSV(B)213.91º27.17%99.61%-
XYZ62.266.07103.24-
YUV210.48152.56109.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.29%
GREEN value IS 215 (84.38% from 255) = 32.87%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=28.29%
G=32.87%
B=38.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852152540.270.1500.00213.9197.1886.08
HexB9D7FE1BF00d66156
Octal271327376331700326141126
Binary101110011101011111111110110111111001101011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D7FE; }

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

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

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

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

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

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

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

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