Html Css Color HEX #BBDEFB Pale Cornflower Blue
📋 copy color: '#BBDEFB'red 187 ◦ green 222 ◦ blue 251
Shades of Pale Cornflower Blue #BBDEFB
Tints of Pale Cornflower Blue #BBDEFB
RGB
CMYK
RGB Variations
Color information
#BBDEFB (or 0xBBDEFB) is known color: 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
| RGB | 187 | 222 | 251 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.02 |
| HSL | 207.19º | 0.89% | 0.86% | - |
| HSV(B) | 207.19º | 0.25% | 0.98% | - |
| XYZ | 64.03 | 69.77 | 101.36 | - |
| YUV | 214.84 | 148.4 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 251 | 0.25 | 0.12 | 0 | 0.02 | 207.19 | 0.89 | 0.86 |
| Hex | BB | DE | FB | 19 | C | 0 | 2 | CF | 59 | 56 |
| Octal | 273 | 336 | 373 | 31 | 14 | 0 | 2 | 317 | 131 | 126 |
| Binary | 10111011 | 11011110 | 11111011 | 11001 | 1100 | 0 | 10 | 11001111 | 1011001 | 1010110 |
Color Harmonies of #BBDEFB
Complementary color
Monochromatic Colors of #BBDEFB
Black with #BBDEFB
Text Example
Text Example
White with #BBDEFB
Text Example
Text Example
HTML Codes & Css Web 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>