#B9DCFB

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

Shades of Pale Cornflower Blue #B9DCFB

Tints of Pale Cornflower Blue #B9DCFB

Color information

#B9DCFB (or 0xB9DCFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, DC and FB. RGB value is (185,220,251). Sum of RGB (Red+Green+Blue) = 185+220+251=656 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.20% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DCFB is #462304. Grayscale: #D4D4D4. Windows color (decimal): -4596485 or 16506041. OLE color: 16506041.

HSL color Cylindrical-coordinate representation of color #B9DCFB: hue angle of 208.18º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9DCFB is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185220251-
CMYK0.260.1200.02
HSL208.18º89.19%85.49%-
HSV(B)208.18º26.29%98.43%-
XYZ63.0168.47101.16-
YUV213.07149.4107.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.20%
GREEN value IS 220 (86.33% from 255) = 33.54%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=28.20%
G=33.54%
B=38.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852202510.260.1200.02208.1889.1985.49
HexB9DCFB1AC02d05955
Octal271334373321402320131125
Binary1011100111011100111110111101011000101101000010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DCFB; }

 p { color: rgb(185,220,251); }

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

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

 a { background-color: rgb(185,220,251); }

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

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

 span { border-color: rgb(185,220,251); }

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