Html Css Color HEX #BBE0FD Pale Cornflower Blue
📋 copy color: '#BBE0FD'red 187 ◦ green 224 ◦ blue 253
Shades of Pale Cornflower Blue #BBE0FD
Tints of Pale Cornflower Blue #BBE0FD
RGB
CMYK
RGB Variations
Color information
#BBE0FD (or 0xBBE0FD) is known color: Pale Cornflower Blue. HEX triplet: BB, E0 and FD. RGB value is (187,224,253). Sum of RGB (Red+Green+Blue) = 187+224+253=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBE0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0FD is #441F02. Grayscale: #D8D8D8. Windows color (decimal): -4464387 or 16638139. OLE color: 16638139.
HSL color Cylindrical-coordinate representation of color #BBE0FD: hue angle of 206.36º degrees, saturation: 0.94, 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 #BBE0FD is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 224 | 253 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.01 |
| HSL | 206.36º | 0.94% | 0.86% | - |
| HSV(B) | 206.36º | 0.26% | 0.99% | - |
| XYZ | 64.88 | 70.97 | 103.21 | - |
| YUV | 216.24 | 148.74 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 253 | 0.26 | 0.11 | 0 | 0.01 | 206.36 | 0.94 | 0.86 |
| Hex | BB | E0 | FD | 1A | B | 0 | 1 | CE | 5E | 56 |
| Octal | 273 | 340 | 375 | 32 | 13 | 0 | 1 | 316 | 136 | 126 |
| Binary | 10111011 | 11100000 | 11111101 | 11010 | 1011 | 0 | 1 | 11001110 | 1011110 | 1010110 |
Color Harmonies of #BBE0FD
Complementary color
Monochromatic Colors of #BBE0FD
Black with #BBE0FD
Text Example
Text Example
White with #BBE0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0FD; }
p { color: rgb(187,224,253); }
H1.HeaderClassName
{
color: #BBE0FD;
}
.AnyTagClassName
{
color: #BBE0FD;
}
</style>
background-color css
<style>
a { background-color: #BBE0FD; }
a { background-color: rgb(187,224,253); }
div.DivClassName
{
background-color: #BBE0FD;
}
.BgClassName
{
background-color: #BBE0FD;
}
</style>
border-color css
<style>
span { border-color: #BBE0FD; }
span { border-color: rgb(187,224,253); }
td.TdClassName
{
border-color: #BBE0FD;
}
.TagClassName
{
border-color: #BBE0FD;
}
</style>