Html Css Color HEX #BBD8F3 Pale Cornflower Blue
📋 copy color: '#BBD8F3'red 187 ◦ green 216 ◦ blue 243
Shades of Pale Cornflower Blue #BBD8F3
Tints of Pale Cornflower Blue #BBD8F3
RGB
CMYK
RGB Variations
Color information
#BBD8F3 (or 0xBBD8F3) is known color: Pale Cornflower Blue. HEX triplet: BB, D8 and F3. RGB value is (187,216,243). Sum of RGB (Red+Green+Blue) = 187+216+243=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 243 (95.31% from 255 or 37.62% from 646); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBD8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD8F3 is #44270C. Grayscale: #D2D2D2. Windows color (decimal): -4466445 or 15980731. OLE color: 15980731.
HSL color Cylindrical-coordinate representation of color #BBD8F3: hue angle of 208.93º 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 #BBD8F3 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 216 | 243 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.05 |
| HSL | 208.93º | 0.7% | 0.84% | - |
| HSV(B) | 208.93º | 0.23% | 0.95% | - |
| XYZ | 61.23 | 66.15 | 94.33 | - |
| YUV | 210.41 | 146.39 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 243 | 0.23 | 0.11 | 0 | 0.05 | 208.93 | 0.7 | 0.84 |
| Hex | BB | D8 | F3 | 17 | B | 0 | 5 | D1 | 46 | 54 |
| Octal | 273 | 330 | 363 | 27 | 13 | 0 | 5 | 321 | 106 | 124 |
| Binary | 10111011 | 11011000 | 11110011 | 10111 | 1011 | 0 | 101 | 11010001 | 1000110 | 1010100 |
Color Harmonies of #BBD8F3
Complementary color
Monochromatic Colors of #BBD8F3
Black with #BBD8F3
Text Example
Text Example
White with #BBD8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD8F3; }
p { color: rgb(187,216,243); }
H1.HeaderClassName
{
color: #BBD8F3;
}
.AnyTagClassName
{
color: #BBD8F3;
}
</style>
background-color css
<style>
a { background-color: #BBD8F3; }
a { background-color: rgb(187,216,243); }
div.DivClassName
{
background-color: #BBD8F3;
}
.BgClassName
{
background-color: #BBD8F3;
}
</style>
border-color css
<style>
span { border-color: #BBD8F3; }
span { border-color: rgb(187,216,243); }
td.TdClassName
{
border-color: #BBD8F3;
}
.TagClassName
{
border-color: #BBD8F3;
}
</style>