Html Css Color HEX #BBDBFE Pale Cornflower Blue
📋 copy color: '#BBDBFE'red 187 ◦ green 219 ◦ blue 254
Shades of Pale Cornflower Blue #BBDBFE
Tints of Pale Cornflower Blue #BBDBFE
RGB
CMYK
RGB Variations
Color information
#BBDBFE (or 0xBBDBFE) is known color: Pale Cornflower Blue. HEX triplet: BB, DB and FE. RGB value is (187,219,254). Sum of RGB (Red+Green+Blue) = 187+219+254=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBDBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBFE is #442401. Grayscale: #D5D5D5. Windows color (decimal): -4465666 or 16702395. OLE color: 16702395.
HSL color Cylindrical-coordinate representation of color #BBDBFE: hue angle of 211.34º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBDBFE is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 219 | 254 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.00 |
| HSL | 211.34º | 0.97% | 0.86% | - |
| HSV(B) | 211.34º | 0.26% | 1% | - |
| XYZ | 63.71 | 68.38 | 103.61 | - |
| YUV | 213.42 | 150.9 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 254 | 0.26 | 0.14 | 0 | 0.00 | 211.34 | 0.97 | 0.86 |
| Hex | BB | DB | FE | 1A | E | 0 | 0 | D3 | 61 | 56 |
| Octal | 273 | 333 | 376 | 32 | 16 | 0 | 0 | 323 | 141 | 126 |
| Binary | 10111011 | 11011011 | 11111110 | 11010 | 1110 | 0 | 0 | 11010011 | 1100001 | 1010110 |
Color Harmonies of #BBDBFE
Complementary color
Monochromatic Colors of #BBDBFE
Black with #BBDBFE
Text Example
Text Example
White with #BBDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBFE; }
p { color: rgb(187,219,254); }
H1.HeaderClassName
{
color: #BBDBFE;
}
.AnyTagClassName
{
color: #BBDBFE;
}
</style>
background-color css
<style>
a { background-color: #BBDBFE; }
a { background-color: rgb(187,219,254); }
div.DivClassName
{
background-color: #BBDBFE;
}
.BgClassName
{
background-color: #BBDBFE;
}
</style>
border-color css
<style>
span { border-color: #BBDBFE; }
span { border-color: rgb(187,219,254); }
td.TdClassName
{
border-color: #BBDBFE;
}
.TagClassName
{
border-color: #BBDBFE;
}
</style>