Html Css Color HEX #BBD9F1 Pale Cornflower Blue
📋 copy color: '#BBD9F1'red 187 ◦ green 217 ◦ blue 241
Shades of Pale Cornflower Blue #BBD9F1
Tints of Pale Cornflower Blue #BBD9F1
RGB
CMYK
RGB Variations
Color information
#BBD9F1 (or 0xBBD9F1) is known color: Pale Cornflower Blue. HEX triplet: BB, D9 and F1. RGB value is (187,217,241). Sum of RGB (Red+Green+Blue) = 187+217+241=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBD9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD9F1 is #44260E. Grayscale: #D2D2D2. Windows color (decimal): -4466191 or 15849915. OLE color: 15849915.
HSL color Cylindrical-coordinate representation of color #BBD9F1: hue angle of 206.67º 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 #BBD9F1 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 217 | 241 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.05 |
| HSL | 206.67º | 0.66% | 0.84% | - |
| HSV(B) | 206.67º | 0.22% | 0.95% | - |
| XYZ | 61.18 | 66.54 | 92.84 | - |
| YUV | 210.77 | 145.06 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 241 | 0.22 | 0.10 | 0 | 0.05 | 206.67 | 0.66 | 0.84 |
| Hex | BB | D9 | F1 | 16 | A | 0 | 5 | CF | 42 | 54 |
| Octal | 273 | 331 | 361 | 26 | 12 | 0 | 5 | 317 | 102 | 124 |
| Binary | 10111011 | 11011001 | 11110001 | 10110 | 1010 | 0 | 101 | 11001111 | 1000010 | 1010100 |
Color Harmonies of #BBD9F1
Complementary color
Monochromatic Colors of #BBD9F1
Black with #BBD9F1
Text Example
Text Example
White with #BBD9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD9F1; }
p { color: rgb(187,217,241); }
H1.HeaderClassName
{
color: #BBD9F1;
}
.AnyTagClassName
{
color: #BBD9F1;
}
</style>
background-color css
<style>
a { background-color: #BBD9F1; }
a { background-color: rgb(187,217,241); }
div.DivClassName
{
background-color: #BBD9F1;
}
.BgClassName
{
background-color: #BBD9F1;
}
</style>
border-color css
<style>
span { border-color: #BBD9F1; }
span { border-color: rgb(187,217,241); }
td.TdClassName
{
border-color: #BBD9F1;
}
.TagClassName
{
border-color: #BBD9F1;
}
</style>