#BBD9FD

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

Shades of Pale Cornflower Blue #BBD9FD

Tints of Pale Cornflower Blue #BBD9FD

Color information

#BBD9FD (or 0xBBD9FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D9 and FD. RGB value is (187,217,253). Sum of RGB (Red+Green+Blue) = 187+217+253=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBD9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD9FD is #442602. Grayscale: #D3D3D3. Windows color (decimal): -4466179 or 16636347. OLE color: 16636347.

HSL color Cylindrical-coordinate representation of color #BBD9FD: hue angle of 212.73º degrees, saturation: 0.94, 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 #BBD9FD is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187217253-
CMYK0.260.1400.01
HSL212.73º94.29%86.27%-
HSV(B)212.73º26.09%99.22%-
XYZ63.0467.28102.59-
YUV212.13151.06110.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.46%
GREEN value IS 217 (85.16% from 255) = 33.03%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=28.46%
G=33.03%
B=38.51%

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
Decimal1872172530.260.1400.01212.7394.2986.27
HexBBD9FD1AE01d55e56
Octal273331375321601325136126
Binary101110111101100111111101110101110011101010110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD9FD; }

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

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

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

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

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

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

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

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