#B9DBF2

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

Shades of Pale Cornflower Blue #B9DBF2

Tints of Pale Cornflower Blue #B9DBF2

Color information

#B9DBF2 (or 0xB9DBF2) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, DB and F2. RGB value is (185,219,242). Sum of RGB (Red+Green+Blue) = 185+219+242=646 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.64% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #B9DBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DBF2 is #46240D. Grayscale: #D3D3D3. Windows color (decimal): -4596750 or 15915961. OLE color: 15915961.

HSL color Cylindrical-coordinate representation of color #B9DBF2: hue angle of 204.21º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9DBF2 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185219242-
CMYK0.240.1000.05
HSL204.21º68.67%83.73%-
HSV(B)204.21º23.55%94.9%-
XYZ61.3767.3993.78-
YUV211.46145.24109.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.64%
GREEN value IS 219 (85.94% from 255) = 33.90%
BLUE value IS 242 (94.92% from 255) = 37.46%
R=28.64%
G=33.90%
B=37.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852192420.240.1000.05204.2168.6783.73
HexB9DBF218A05cc4554
Octal271333362301205314105124
Binary10111001110110111111001011000101001011100110010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DBF2; }

 p { color: rgb(185,219,242); }

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

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

 a { background-color: rgb(185,219,242); }

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

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

 span { border-color: rgb(185,219,242); }

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