Html Css Color HEX #BBDEFC Pale Cornflower Blue
📋 copy color: '#BBDEFC'red 187 ◦ green 222 ◦ blue 252
Shades of Pale Cornflower Blue #BBDEFC
Tints of Pale Cornflower Blue #BBDEFC
RGB
CMYK
RGB Variations
Color information
#BBDEFC (or 0xBBDEFC) is known color: Pale Cornflower Blue. HEX triplet: BB, DE and FC. RGB value is (187,222,252). Sum of RGB (Red+Green+Blue) = 187+222+252=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBDEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEFC is #442103. Grayscale: #D6D6D6. Windows color (decimal): -4464900 or 16572091. OLE color: 16572091.
HSL color Cylindrical-coordinate representation of color #BBDEFC: hue angle of 207.69º degrees, saturation: 0.92, 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 #BBDEFC is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 222 | 252 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.01 |
| HSL | 207.69º | 0.92% | 0.86% | - |
| HSV(B) | 207.69º | 0.26% | 0.99% | - |
| XYZ | 64.19 | 69.84 | 102.19 | - |
| YUV | 214.96 | 148.9 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 252 | 0.26 | 0.12 | 0 | 0.01 | 207.69 | 0.92 | 0.86 |
| Hex | BB | DE | FC | 1A | C | 0 | 1 | D0 | 5C | 56 |
| Octal | 273 | 336 | 374 | 32 | 14 | 0 | 1 | 320 | 134 | 126 |
| Binary | 10111011 | 11011110 | 11111100 | 11010 | 1100 | 0 | 1 | 11010000 | 1011100 | 1010110 |
Color Harmonies of #BBDEFC
Complementary color
Monochromatic Colors of #BBDEFC
Black with #BBDEFC
Text Example
Text Example
White with #BBDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEFC; }
p { color: rgb(187,222,252); }
H1.HeaderClassName
{
color: #BBDEFC;
}
.AnyTagClassName
{
color: #BBDEFC;
}
</style>
background-color css
<style>
a { background-color: #BBDEFC; }
a { background-color: rgb(187,222,252); }
div.DivClassName
{
background-color: #BBDEFC;
}
.BgClassName
{
background-color: #BBDEFC;
}
</style>
border-color css
<style>
span { border-color: #BBDEFC; }
span { border-color: rgb(187,222,252); }
td.TdClassName
{
border-color: #BBDEFC;
}
.TagClassName
{
border-color: #BBDEFC;
}
</style>