Html Css Color HEX #BBD7F3 Pale Cornflower Blue
📋 copy color: '#BBD7F3'red 187 ◦ green 215 ◦ blue 243
Shades of Pale Cornflower Blue #BBD7F3
Tints of Pale Cornflower Blue #BBD7F3
RGB
CMYK
RGB Variations
Color information
#BBD7F3 (or 0xBBD7F3) is known color: Pale Cornflower Blue. HEX triplet: BB, D7 and F3. RGB value is (187,215,243). Sum of RGB (Red+Green+Blue) = 187+215+243=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBD7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD7F3 is #44280C. Grayscale: #D1D1D1. Windows color (decimal): -4466701 or 15980475. OLE color: 15980475.
HSL color Cylindrical-coordinate representation of color #BBD7F3: hue angle of 210º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBD7F3 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 215 | 243 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.05 |
| HSL | 210º | 0.7% | 0.84% | - |
| HSV(B) | 210º | 0.23% | 0.95% | - |
| XYZ | 60.97 | 65.64 | 94.25 | - |
| YUV | 209.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 243 | 0.23 | 0.12 | 0 | 0.05 | 210 | 0.7 | 0.84 |
| Hex | BB | D7 | F3 | 17 | C | 0 | 5 | D2 | 46 | 54 |
| Octal | 273 | 327 | 363 | 27 | 14 | 0 | 5 | 322 | 106 | 124 |
| Binary | 10111011 | 11010111 | 11110011 | 10111 | 1100 | 0 | 101 | 11010010 | 1000110 | 1010100 |
Color Harmonies of #BBD7F3
Complementary color
Monochromatic Colors of #BBD7F3
Black with #BBD7F3
Text Example
Text Example
White with #BBD7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD7F3; }
p { color: rgb(187,215,243); }
H1.HeaderClassName
{
color: #BBD7F3;
}
.AnyTagClassName
{
color: #BBD7F3;
}
</style>
background-color css
<style>
a { background-color: #BBD7F3; }
a { background-color: rgb(187,215,243); }
div.DivClassName
{
background-color: #BBD7F3;
}
.BgClassName
{
background-color: #BBD7F3;
}
</style>
border-color css
<style>
span { border-color: #BBD7F3; }
span { border-color: rgb(187,215,243); }
td.TdClassName
{
border-color: #BBD7F3;
}
.TagClassName
{
border-color: #BBD7F3;
}
</style>