#B9D4FE

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

Shades of Pale Cornflower Blue #B9D4FE

Tints of Pale Cornflower Blue #B9D4FE

Color information

#B9D4FE (or 0xB9D4FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, D4 and FE. RGB value is (185,212,254). Sum of RGB (Red+Green+Blue) = 185+212+254=651 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.42% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9D4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D4FE is #462B01. Grayscale: #D0D0D0. Windows color (decimal): -4598530 or 16700601. OLE color: 16700601.

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

Color convert

RGB185212254-
CMYK0.270.1700.00
HSL216.52º97.18%86.08%-
HSV(B)216.52º27.17%99.61%-
XYZ61.4464.56102.99-
YUV208.71153.55111.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.42%
GREEN value IS 212 (83.20% from 255) = 32.57%
BLUE value IS 254 (99.61% from 255) = 39.02%
R=28.42%
G=32.57%
B=39.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852122540.270.1700.00216.5297.1886.08
HexB9D4FE1B1100d96156
Octal271324376332100331141126
Binary1011100111010100111111101101110001001101100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D4FE; }

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

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

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

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

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

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

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

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