#B9D7ED

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

Shades of Pale Cornflower Blue #B9D7ED

Tints of Pale Cornflower Blue #B9D7ED

Color information

#B9D7ED (or 0xB9D7ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, D7 and ED. RGB value is (185,215,237). Sum of RGB (Red+Green+Blue) = 185+215+237=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9D7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D7ED is #462812. Grayscale: #D0D0D0. Windows color (decimal): -4597779 or 15587257. OLE color: 15587257.

HSL color Cylindrical-coordinate representation of color #B9D7ED: hue angle of 205.38º 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 #B9D7ED is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185215237-
CMYK0.220.0900.07
HSL205.38º59.09%82.75%-
HSV(B)205.38º21.94%92.94%-
XYZ59.5965.0389.53-
YUV208.54144.06111.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.04%
GREEN value IS 215 (84.38% from 255) = 33.75%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=29.04%
G=33.75%
B=37.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852152370.220.0900.07205.3859.0982.75
HexB9D7ED16907cd3b53
Octal27132735526110731573123
Binary1011100111010111111011011011010010111110011011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D7ED; }

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

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

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

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

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

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

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

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