#BBDBF7

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

Shades of Pale Cornflower Blue #BBDBF7

Tints of Pale Cornflower Blue #BBDBF7

Color information

#BBDBF7 (or 0xBBDBF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DB and F7. RGB value is (187,219,247). Sum of RGB (Red+Green+Blue) = 187+219+247=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBDBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBF7 is #442408. Grayscale: #D4D4D4. Windows color (decimal): -4465673 or 16243643. OLE color: 16243643.

HSL color Cylindrical-coordinate representation of color #BBDBF7: hue angle of 208º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBDBF7 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187219247-
CMYK0.240.1100.03
HSL208º78.95%85.1%-
HSV(B)208º24.29%96.86%-
XYZ62.6167.9497.81-
YUV212.62147.4109.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.64%
GREEN value IS 219 (85.94% from 255) = 33.54%
BLUE value IS 247 (96.88% from 255) = 37.83%
R=28.64%
G=33.54%
B=37.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872192470.240.1100.0320878.9585.1
HexBBDBF718B03d04f55
Octal273333367301303320117125
Binary1011101111011011111101111100010110111101000010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBF7; }

 p { color: rgb(187,219,247); }

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

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

 a { background-color: rgb(187,219,247); }

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

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

 span { border-color: rgb(187,219,247); }

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