Html Css Color HEX #BBDDFA Pale Cornflower Blue
📋 copy color: '#BBDDFA'red 187 ◦ green 221 ◦ blue 250
Shades of Pale Cornflower Blue #BBDDFA
Tints of Pale Cornflower Blue #BBDDFA
RGB
CMYK
RGB Variations
Color information
#BBDDFA (or 0xBBDDFA) is known color: Pale Cornflower Blue. HEX triplet: BB, DD and FA. RGB value is (187,221,250). Sum of RGB (Red+Green+Blue) = 187+221+250=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBDDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDFA is #442205. Grayscale: #D5D5D5. Windows color (decimal): -4465158 or 16440763. OLE color: 16440763.
HSL color Cylindrical-coordinate representation of color #BBDDFA: hue angle of 207.62º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBDDFA is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 221 | 250 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.02 |
| HSL | 207.62º | 0.86% | 0.86% | - |
| HSV(B) | 207.62º | 0.25% | 0.98% | - |
| XYZ | 63.61 | 69.18 | 100.44 | - |
| YUV | 214.14 | 148.24 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 250 | 0.25 | 0.12 | 0 | 0.02 | 207.62 | 0.86 | 0.86 |
| Hex | BB | DD | FA | 19 | C | 0 | 2 | D0 | 56 | 56 |
| Octal | 273 | 335 | 372 | 31 | 14 | 0 | 2 | 320 | 126 | 126 |
| Binary | 10111011 | 11011101 | 11111010 | 11001 | 1100 | 0 | 10 | 11010000 | 1010110 | 1010110 |
Color Harmonies of #BBDDFA
Complementary color
Monochromatic Colors of #BBDDFA
Black with #BBDDFA
Text Example
Text Example
White with #BBDDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDFA; }
p { color: rgb(187,221,250); }
H1.HeaderClassName
{
color: #BBDDFA;
}
.AnyTagClassName
{
color: #BBDDFA;
}
</style>
background-color css
<style>
a { background-color: #BBDDFA; }
a { background-color: rgb(187,221,250); }
div.DivClassName
{
background-color: #BBDDFA;
}
.BgClassName
{
background-color: #BBDDFA;
}
</style>
border-color css
<style>
span { border-color: #BBDDFA; }
span { border-color: rgb(187,221,250); }
td.TdClassName
{
border-color: #BBDDFA;
}
.TagClassName
{
border-color: #BBDDFA;
}
</style>