Html Css Color HEX #BBDEF9 Pale Cornflower Blue
📋 copy color: '#BBDEF9'red 187 ◦ green 222 ◦ blue 249
Shades of Pale Cornflower Blue #BBDEF9
Tints of Pale Cornflower Blue #BBDEF9
RGB
CMYK
RGB Variations
Color information
#BBDEF9 (or 0xBBDEF9) is known color: Pale Cornflower Blue. HEX triplet: BB, DE and F9. RGB value is (187,222,249). Sum of RGB (Red+Green+Blue) = 187+222+249=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBDEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEF9 is #442106. Grayscale: #D6D6D6. Windows color (decimal): -4464903 or 16375483. OLE color: 16375483.
HSL color Cylindrical-coordinate representation of color #BBDEF9: hue angle of 206.13º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBDEF9 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 222 | 249 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.02 |
| HSL | 206.13º | 0.84% | 0.85% | - |
| HSV(B) | 206.13º | 0.25% | 0.98% | - |
| XYZ | 63.71 | 69.65 | 99.71 | - |
| YUV | 214.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 249 | 0.25 | 0.11 | 0 | 0.02 | 206.13 | 0.84 | 0.85 |
| Hex | BB | DE | F9 | 19 | B | 0 | 2 | CE | 54 | 55 |
| Octal | 273 | 336 | 371 | 31 | 13 | 0 | 2 | 316 | 124 | 125 |
| Binary | 10111011 | 11011110 | 11111001 | 11001 | 1011 | 0 | 10 | 11001110 | 1010100 | 1010101 |
Color Harmonies of #BBDEF9
Complementary color
Monochromatic Colors of #BBDEF9
Black with #BBDEF9
Text Example
Text Example
White with #BBDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEF9; }
p { color: rgb(187,222,249); }
H1.HeaderClassName
{
color: #BBDEF9;
}
.AnyTagClassName
{
color: #BBDEF9;
}
</style>
background-color css
<style>
a { background-color: #BBDEF9; }
a { background-color: rgb(187,222,249); }
div.DivClassName
{
background-color: #BBDEF9;
}
.BgClassName
{
background-color: #BBDEF9;
}
</style>
border-color css
<style>
span { border-color: #BBDEF9; }
span { border-color: rgb(187,222,249); }
td.TdClassName
{
border-color: #BBDEF9;
}
.TagClassName
{
border-color: #BBDEF9;
}
</style>