#BBD9FA

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

Shades of Pale Cornflower Blue #BBD9FA

Tints of Pale Cornflower Blue #BBD9FA

Color information

#BBD9FA (or 0xBBD9FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D9 and FA. RGB value is (187,217,250). Sum of RGB (Red+Green+Blue) = 187+217+250=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBD9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD9FA is #442605. Grayscale: #D3D3D3. Windows color (decimal): -4466182 or 16439739. OLE color: 16439739.

HSL color Cylindrical-coordinate representation of color #BBD9FA: hue angle of 211.43º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD9FA is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187217250-
CMYK0.250.1300.02
HSL211.43º86.3%85.69%-
HSV(B)211.43º25.2%98.04%-
XYZ62.5667.09100.1-
YUV211.79149.56110.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.59%
GREEN value IS 217 (85.16% from 255) = 33.18%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=28.59%
G=33.18%
B=38.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872172500.250.1300.02211.4386.385.69
HexBBD9FA19D02d35656
Octal273331372311502323126126
Binary1011101111011001111110101100111010101101001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD9FA; }

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

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

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

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

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

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

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

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