#B9D4ED

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

Shades of Pale Cornflower Blue #B9D4ED

Tints of Pale Cornflower Blue #B9D4ED

Color information

#B9D4ED (or 0xB9D4ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, D4 and ED. RGB value is (185,212,237). Sum of RGB (Red+Green+Blue) = 185+212+237=634 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.18% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9D4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D4ED is #462B12. Grayscale: #CECECE. Windows color (decimal): -4598547 or 15586489. OLE color: 15586489.

HSL color Cylindrical-coordinate representation of color #B9D4ED: hue angle of 208.85º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9D4ED is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185212237-
CMYK0.220.1100.07
HSL208.85º59.09%82.75%-
HSV(B)208.85º21.94%92.94%-
XYZ58.8463.5289.28-
YUV206.78145.05112.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.18%
GREEN value IS 212 (83.20% from 255) = 33.44%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=29.18%
G=33.44%
B=37.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852122370.220.1100.07208.8559.0982.75
HexB9D4ED16B07d13b53
Octal27132435526130732173123
Binary1011100111010100111011011011010110111110100011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D4ED; }

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

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

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

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

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

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

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

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