Html Css Color HEX #BBD6F3 Pale Cornflower Blue
📋 copy color: '#BBD6F3'red 187 ◦ green 214 ◦ blue 243
Shades of Pale Cornflower Blue #BBD6F3
Tints of Pale Cornflower Blue #BBD6F3
RGB
CMYK
RGB Variations
Color information
#BBD6F3 (or 0xBBD6F3) is known color: Pale Cornflower Blue. HEX triplet: BB, D6 and F3. RGB value is (187,214,243). Sum of RGB (Red+Green+Blue) = 187+214+243=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 214 (83.98% from 255 or 33.23% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBD6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD6F3 is #44290C. Grayscale: #D1D1D1. Windows color (decimal): -4466957 or 15980219. OLE color: 15980219.
HSL color Cylindrical-coordinate representation of color #BBD6F3: hue angle of 211.07º 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 #BBD6F3 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 214 | 243 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.05 |
| HSL | 211.07º | 0.7% | 0.84% | - |
| HSV(B) | 211.07º | 0.23% | 0.95% | - |
| XYZ | 60.72 | 65.13 | 94.17 | - |
| YUV | 209.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 243 | 0.23 | 0.12 | 0 | 0.05 | 211.07 | 0.7 | 0.84 |
| Hex | BB | D6 | F3 | 17 | C | 0 | 5 | D3 | 46 | 54 |
| Octal | 273 | 326 | 363 | 27 | 14 | 0 | 5 | 323 | 106 | 124 |
| Binary | 10111011 | 11010110 | 11110011 | 10111 | 1100 | 0 | 101 | 11010011 | 1000110 | 1010100 |
Color Harmonies of #BBD6F3
Complementary color
Monochromatic Colors of #BBD6F3
Black with #BBD6F3
Text Example
Text Example
White with #BBD6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD6F3; }
p { color: rgb(187,214,243); }
H1.HeaderClassName
{
color: #BBD6F3;
}
.AnyTagClassName
{
color: #BBD6F3;
}
</style>
background-color css
<style>
a { background-color: #BBD6F3; }
a { background-color: rgb(187,214,243); }
div.DivClassName
{
background-color: #BBD6F3;
}
.BgClassName
{
background-color: #BBD6F3;
}
</style>
border-color css
<style>
span { border-color: #BBD6F3; }
span { border-color: rgb(187,214,243); }
td.TdClassName
{
border-color: #BBD6F3;
}
.TagClassName
{
border-color: #BBD6F3;
}
</style>