#BBDEFB

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

Shades of Pale Cornflower Blue #BBDEFB

Tints of Pale Cornflower Blue #BBDEFB

Color information

#BBDEFB (or 0xBBDEFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DE and FB. RGB value is (187,222,251). Sum of RGB (Red+Green+Blue) = 187+222+251=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBDEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEFB is #442104. Grayscale: #D6D6D6. Windows color (decimal): -4464901 or 16506555. OLE color: 16506555.

HSL color Cylindrical-coordinate representation of color #BBDEFB: hue angle of 207.19º degrees, saturation: 0.89, 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 #BBDEFB is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187222251-
CMYK0.250.1200.02
HSL207.19º88.89%85.88%-
HSV(B)207.19º25.5%98.43%-
XYZ64.0369.77101.36-
YUV214.84148.4108.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.33%
GREEN value IS 222 (87.11% from 255) = 33.64%
BLUE value IS 251 (98.44% from 255) = 38.03%
R=28.33%
G=33.64%
B=38.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872222510.250.1200.02207.1988.8985.88
HexBBDEFB19C02cf5956
Octal273336373311402317131126
Binary1011101111011110111110111100111000101100111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDEFB; }

 p { color: rgb(187,222,251); }

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

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

 a { background-color: rgb(187,222,251); }

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

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

 span { border-color: rgb(187,222,251); }

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