Html Css Color HEX #BBDBFF Pale Cornflower Blue
📋 copy color: '#BBDBFF'red 187 ◦ green 219 ◦ blue 255
Shades of Pale Cornflower Blue #BBDBFF
Tints of Pale Cornflower Blue #BBDBFF
RGB
CMYK
RGB Variations
Color information
#BBDBFF (or 0xBBDBFF) is known color: Pale Cornflower Blue. HEX triplet: BB, DB and FF. RGB value is (187,219,255). Sum of RGB (Red+Green+Blue) = 187+219+255=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBDBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBFF is #442400. Grayscale: #D5D5D5. Windows color (decimal): -4465665 or 16767931. OLE color: 16767931.
HSL color Cylindrical-coordinate representation of color #BBDBFF: hue angle of 211.76º 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 #BBDBFF is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 219 | 255 | - |
| CMYK | 0.27 | 0.14 | 0 | 0 |
| HSL | 211.76º | 1% | 0.87% | - |
| HSV(B) | 211.76º | 0.27% | 1% | - |
| XYZ | 63.88 | 68.45 | 104.45 | - |
| YUV | 213.54 | 151.4 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 255 | 0.27 | 0.14 | 0 | 0 | 211.76 | 1 | 0.87 |
| Hex | BB | DB | FF | 1B | E | 0 | 0 | D4 | 64 | 57 |
| Octal | 273 | 333 | 377 | 33 | 16 | 0 | 0 | 324 | 144 | 127 |
| Binary | 10111011 | 11011011 | 11111111 | 11011 | 1110 | 0 | 0 | 11010100 | 1100100 | 1010111 |
Color Harmonies of #BBDBFF
Complementary color
Monochromatic Colors of #BBDBFF
Black with #BBDBFF
Text Example
Text Example
White with #BBDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBFF; }
p { color: rgb(187,219,255); }
H1.HeaderClassName
{
color: #BBDBFF;
}
.AnyTagClassName
{
color: #BBDBFF;
}
</style>
background-color css
<style>
a { background-color: #BBDBFF; }
a { background-color: rgb(187,219,255); }
div.DivClassName
{
background-color: #BBDBFF;
}
.BgClassName
{
background-color: #BBDBFF;
}
</style>
border-color css
<style>
span { border-color: #BBDBFF; }
span { border-color: rgb(187,219,255); }
td.TdClassName
{
border-color: #BBDBFF;
}
.TagClassName
{
border-color: #BBDBFF;
}
</style>