Html Css Color HEX #BBD8F1 Pale Cornflower Blue
📋 copy color: '#BBD8F1'red 187 ◦ green 216 ◦ blue 241
Shades of Pale Cornflower Blue #BBD8F1
Tints of Pale Cornflower Blue #BBD8F1
RGB
CMYK
RGB Variations
Color information
#BBD8F1 (or 0xBBD8F1) is known color: Pale Cornflower Blue. HEX triplet: BB, D8 and F1. RGB value is (187,216,241). Sum of RGB (Red+Green+Blue) = 187+216+241=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBD8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD8F1 is #44270E. Grayscale: #D2D2D2. Windows color (decimal): -4466447 or 15849659. OLE color: 15849659.
HSL color Cylindrical-coordinate representation of color #BBD8F1: hue angle of 207.78º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBD8F1 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 216 | 241 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.05 |
| HSL | 207.78º | 0.66% | 0.84% | - |
| HSV(B) | 207.78º | 0.22% | 0.95% | - |
| XYZ | 60.93 | 66.03 | 92.75 | - |
| YUV | 210.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 241 | 0.22 | 0.10 | 0 | 0.05 | 207.78 | 0.66 | 0.84 |
| Hex | BB | D8 | F1 | 16 | A | 0 | 5 | D0 | 42 | 54 |
| Octal | 273 | 330 | 361 | 26 | 12 | 0 | 5 | 320 | 102 | 124 |
| Binary | 10111011 | 11011000 | 11110001 | 10110 | 1010 | 0 | 101 | 11010000 | 1000010 | 1010100 |
Color Harmonies of #BBD8F1
Complementary color
Monochromatic Colors of #BBD8F1
Black with #BBD8F1
Text Example
Text Example
White with #BBD8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD8F1; }
p { color: rgb(187,216,241); }
H1.HeaderClassName
{
color: #BBD8F1;
}
.AnyTagClassName
{
color: #BBD8F1;
}
</style>
background-color css
<style>
a { background-color: #BBD8F1; }
a { background-color: rgb(187,216,241); }
div.DivClassName
{
background-color: #BBD8F1;
}
.BgClassName
{
background-color: #BBD8F1;
}
</style>
border-color css
<style>
span { border-color: #BBD8F1; }
span { border-color: rgb(187,216,241); }
td.TdClassName
{
border-color: #BBD8F1;
}
.TagClassName
{
border-color: #BBD8F1;
}
</style>