Html Css Color HEX #BBDBFC Pale Cornflower Blue
📋 copy color: '#BBDBFC'red 187 ◦ green 219 ◦ blue 252
Shades of Pale Cornflower Blue #BBDBFC
Tints of Pale Cornflower Blue #BBDBFC
RGB
CMYK
RGB Variations
Color information
#BBDBFC (or 0xBBDBFC) is known color: Pale Cornflower Blue. HEX triplet: BB, DB and FC. RGB value is (187,219,252). Sum of RGB (Red+Green+Blue) = 187+219+252=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBDBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBFC is #442403. Grayscale: #D5D5D5. Windows color (decimal): -4465668 or 16571323. OLE color: 16571323.
HSL color Cylindrical-coordinate representation of color #BBDBFC: hue angle of 210.46º 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 #BBDBFC is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 219 | 252 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.01 |
| HSL | 210.46º | 0.92% | 0.86% | - |
| HSV(B) | 210.46º | 0.26% | 0.99% | - |
| XYZ | 63.4 | 68.26 | 101.93 | - |
| YUV | 213.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 252 | 0.26 | 0.13 | 0 | 0.01 | 210.46 | 0.92 | 0.86 |
| Hex | BB | DB | FC | 1A | D | 0 | 1 | D2 | 5C | 56 |
| Octal | 273 | 333 | 374 | 32 | 15 | 0 | 1 | 322 | 134 | 126 |
| Binary | 10111011 | 11011011 | 11111100 | 11010 | 1101 | 0 | 1 | 11010010 | 1011100 | 1010110 |
Color Harmonies of #BBDBFC
Complementary color
Monochromatic Colors of #BBDBFC
Black with #BBDBFC
Text Example
Text Example
White with #BBDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBFC; }
p { color: rgb(187,219,252); }
H1.HeaderClassName
{
color: #BBDBFC;
}
.AnyTagClassName
{
color: #BBDBFC;
}
</style>
background-color css
<style>
a { background-color: #BBDBFC; }
a { background-color: rgb(187,219,252); }
div.DivClassName
{
background-color: #BBDBFC;
}
.BgClassName
{
background-color: #BBDBFC;
}
</style>
border-color css
<style>
span { border-color: #BBDBFC; }
span { border-color: rgb(187,219,252); }
td.TdClassName
{
border-color: #BBDBFC;
}
.TagClassName
{
border-color: #BBDBFC;
}
</style>