Html Css Color HEX #BBD8FF Pale Cornflower Blue
📋 copy color: '#BBD8FF'red 187 ◦ green 216 ◦ blue 255
Shades of Pale Cornflower Blue #BBD8FF
Tints of Pale Cornflower Blue #BBD8FF
RGB
CMYK
RGB Variations
Color information
#BBD8FF (or 0xBBD8FF) is known color: Pale Cornflower Blue. HEX triplet: BB, D8 and FF. RGB value is (187,216,255). Sum of RGB (Red+Green+Blue) = 187+216+255=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBD8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD8FF is #442700. Grayscale: #D3D3D3. Windows color (decimal): -4466433 or 16767163. OLE color: 16767163.
HSL color Cylindrical-coordinate representation of color #BBD8FF: hue angle of 214.41º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBD8FF is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 216 | 255 | - |
| CMYK | 0.27 | 0.15 | 0 | 0 |
| HSL | 214.41º | 1% | 0.87% | - |
| HSV(B) | 214.41º | 0.27% | 1% | - |
| XYZ | 63.1 | 66.9 | 104.19 | - |
| YUV | 211.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 255 | 0.27 | 0.15 | 0 | 0 | 214.41 | 1 | 0.87 |
| Hex | BB | D8 | FF | 1B | F | 0 | 0 | D6 | 64 | 57 |
| Octal | 273 | 330 | 377 | 33 | 17 | 0 | 0 | 326 | 144 | 127 |
| Binary | 10111011 | 11011000 | 11111111 | 11011 | 1111 | 0 | 0 | 11010110 | 1100100 | 1010111 |
Color Harmonies of #BBD8FF
Complementary color
Monochromatic Colors of #BBD8FF
Black with #BBD8FF
Text Example
Text Example
White with #BBD8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD8FF; }
p { color: rgb(187,216,255); }
H1.HeaderClassName
{
color: #BBD8FF;
}
.AnyTagClassName
{
color: #BBD8FF;
}
</style>
background-color css
<style>
a { background-color: #BBD8FF; }
a { background-color: rgb(187,216,255); }
div.DivClassName
{
background-color: #BBD8FF;
}
.BgClassName
{
background-color: #BBD8FF;
}
</style>
border-color css
<style>
span { border-color: #BBD8FF; }
span { border-color: rgb(187,216,255); }
td.TdClassName
{
border-color: #BBD8FF;
}
.TagClassName
{
border-color: #BBD8FF;
}
</style>