Html Css Color HEX #BBDEFF Pale Cornflower Blue
📋 copy color: '#BBDEFF'red 187 ◦ green 222 ◦ blue 255
Shades of Pale Cornflower Blue #BBDEFF
Tints of Pale Cornflower Blue #BBDEFF
RGB
CMYK
RGB Variations
Color information
#BBDEFF (or 0xBBDEFF) is known color: Pale Cornflower Blue. HEX triplet: BB, DE and FF. RGB value is (187,222,255). Sum of RGB (Red+Green+Blue) = 187+222+255=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBDEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEFF is #442100. Grayscale: #D7D7D7. Windows color (decimal): -4464897 or 16768699. OLE color: 16768699.
HSL color Cylindrical-coordinate representation of color #BBDEFF: hue angle of 209.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBDEFF is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 222 | 255 | - |
| CMYK | 0.27 | 0.13 | 0 | 0 |
| HSL | 209.12º | 1% | 0.87% | - |
| HSV(B) | 209.12º | 0.27% | 1% | - |
| XYZ | 64.66 | 70.03 | 104.72 | - |
| YUV | 215.3 | 150.4 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 255 | 0.27 | 0.13 | 0 | 0 | 209.12 | 1 | 0.87 |
| Hex | BB | DE | FF | 1B | D | 0 | 0 | D1 | 64 | 57 |
| Octal | 273 | 336 | 377 | 33 | 15 | 0 | 0 | 321 | 144 | 127 |
| Binary | 10111011 | 11011110 | 11111111 | 11011 | 1101 | 0 | 0 | 11010001 | 1100100 | 1010111 |
Color Harmonies of #BBDEFF
Complementary color
Monochromatic Colors of #BBDEFF
Black with #BBDEFF
Text Example
Text Example
White with #BBDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEFF; }
p { color: rgb(187,222,255); }
H1.HeaderClassName
{
color: #BBDEFF;
}
.AnyTagClassName
{
color: #BBDEFF;
}
</style>
background-color css
<style>
a { background-color: #BBDEFF; }
a { background-color: rgb(187,222,255); }
div.DivClassName
{
background-color: #BBDEFF;
}
.BgClassName
{
background-color: #BBDEFF;
}
</style>
border-color css
<style>
span { border-color: #BBDEFF; }
span { border-color: rgb(187,222,255); }
td.TdClassName
{
border-color: #BBDEFF;
}
.TagClassName
{
border-color: #BBDEFF;
}
</style>