Html Css Color HEX #BBD8FB Pale Cornflower Blue
📋 copy color: '#BBD8FB'red 187 ◦ green 216 ◦ blue 251
Shades of Pale Cornflower Blue #BBD8FB
Tints of Pale Cornflower Blue #BBD8FB
RGB
CMYK
RGB Variations
Color information
#BBD8FB (or 0xBBD8FB) is known color: Pale Cornflower Blue. HEX triplet: BB, D8 and FB. RGB value is (187,216,251). Sum of RGB (Red+Green+Blue) = 187+216+251=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBD8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD8FB is #442704. Grayscale: #D3D3D3. Windows color (decimal): -4466437 or 16505019. OLE color: 16505019.
HSL color Cylindrical-coordinate representation of color #BBD8FB: hue angle of 212.81º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD8FB is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 216 | 251 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.02 |
| HSL | 212.81º | 0.89% | 0.86% | - |
| HSV(B) | 212.81º | 0.25% | 0.98% | - |
| XYZ | 62.46 | 66.64 | 100.84 | - |
| YUV | 211.32 | 150.39 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 251 | 0.25 | 0.14 | 0 | 0.02 | 212.81 | 0.89 | 0.86 |
| Hex | BB | D8 | FB | 19 | E | 0 | 2 | D5 | 59 | 56 |
| Octal | 273 | 330 | 373 | 31 | 16 | 0 | 2 | 325 | 131 | 126 |
| Binary | 10111011 | 11011000 | 11111011 | 11001 | 1110 | 0 | 10 | 11010101 | 1011001 | 1010110 |
Color Harmonies of #BBD8FB
Complementary color
Monochromatic Colors of #BBD8FB
Black with #BBD8FB
Text Example
Text Example
White with #BBD8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD8FB; }
p { color: rgb(187,216,251); }
H1.HeaderClassName
{
color: #BBD8FB;
}
.AnyTagClassName
{
color: #BBD8FB;
}
</style>
background-color css
<style>
a { background-color: #BBD8FB; }
a { background-color: rgb(187,216,251); }
div.DivClassName
{
background-color: #BBD8FB;
}
.BgClassName
{
background-color: #BBD8FB;
}
</style>
border-color css
<style>
span { border-color: #BBD8FB; }
span { border-color: rgb(187,216,251); }
td.TdClassName
{
border-color: #BBD8FB;
}
.TagClassName
{
border-color: #BBD8FB;
}
</style>