#BBD9FC

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

Shades of Pale Cornflower Blue #BBD9FC

Tints of Pale Cornflower Blue #BBD9FC

Color information

#BBD9FC (or 0xBBD9FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D9 and FC. RGB value is (187,217,252). Sum of RGB (Red+Green+Blue) = 187+217+252=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBD9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD9FC is #442603. Grayscale: #D3D3D3. Windows color (decimal): -4466180 or 16570811. OLE color: 16570811.

HSL color Cylindrical-coordinate representation of color #BBD9FC: hue angle of 212.31º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBD9FC is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187217252-
CMYK0.260.1400.01
HSL212.31º91.55%86.08%-
HSV(B)212.31º25.79%98.82%-
XYZ62.8867.22101.76-
YUV212.02150.56110.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.51%
GREEN value IS 217 (85.16% from 255) = 33.08%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=28.51%
G=33.08%
B=38.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872172520.260.1400.01212.3191.5586.08
HexBBD9FC1AE01d45c56
Octal273331374321601324134126
Binary101110111101100111111100110101110011101010010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD9FC; }

 p { color: rgb(187,217,252); }

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

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

 a { background-color: rgb(187,217,252); }

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

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

 span { border-color: rgb(187,217,252); }

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