Html Css Color HEX #BBD9F8 Pale Cornflower Blue
📋 copy color: '#BBD9F8'red 187 ◦ green 217 ◦ blue 248
Shades of Pale Cornflower Blue #BBD9F8
Tints of Pale Cornflower Blue #BBD9F8
RGB
CMYK
RGB Variations
Color information
#BBD9F8 (or 0xBBD9F8) is known color: Pale Cornflower Blue. HEX triplet: BB, D9 and F8. RGB value is (187,217,248). Sum of RGB (Red+Green+Blue) = 187+217+248=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 248 (97.27% from 255 or 38.04% from 652); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBD9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD9F8 is #442607. Grayscale: #D3D3D3. Windows color (decimal): -4466184 or 16308667. OLE color: 16308667.
HSL color Cylindrical-coordinate representation of color #BBD9F8: hue angle of 210.49º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD9F8 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 217 | 248 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.03 |
| HSL | 210.49º | 0.81% | 0.85% | - |
| HSV(B) | 210.49º | 0.25% | 0.97% | - |
| XYZ | 62.25 | 66.97 | 98.45 | - |
| YUV | 211.56 | 148.56 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 248 | 0.25 | 0.12 | 0 | 0.03 | 210.49 | 0.81 | 0.85 |
| Hex | BB | D9 | F8 | 19 | C | 0 | 3 | D2 | 51 | 55 |
| Octal | 273 | 331 | 370 | 31 | 14 | 0 | 3 | 322 | 121 | 125 |
| Binary | 10111011 | 11011001 | 11111000 | 11001 | 1100 | 0 | 11 | 11010010 | 1010001 | 1010101 |
Color Harmonies of #BBD9F8
Complementary color
Monochromatic Colors of #BBD9F8
Black with #BBD9F8
Text Example
Text Example
White with #BBD9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD9F8; }
p { color: rgb(187,217,248); }
H1.HeaderClassName
{
color: #BBD9F8;
}
.AnyTagClassName
{
color: #BBD9F8;
}
</style>
background-color css
<style>
a { background-color: #BBD9F8; }
a { background-color: rgb(187,217,248); }
div.DivClassName
{
background-color: #BBD9F8;
}
.BgClassName
{
background-color: #BBD9F8;
}
</style>
border-color css
<style>
span { border-color: #BBD9F8; }
span { border-color: rgb(187,217,248); }
td.TdClassName
{
border-color: #BBD9F8;
}
.TagClassName
{
border-color: #BBD9F8;
}
</style>