Shades of Scandal #BBD6D2
Tints of Scandal #BBD6D2
RGB
CMYK
RGB Variations
Color information
#BBD6D2 (or 0xBBD6D2) is known color: Scandal. HEX triplet: BB, D6 and D2. RGB value is (187,214,210). Sum of RGB (Red+Green+Blue) = 187+214+210=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 210 (82.42% from 255 or 34.37% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6D2 is #44292D. Grayscale: #CDCDCD. Windows color (decimal): -4466990 or 13817531. OLE color: 13817531.
HSL color Cylindrical-coordinate representation of color #BBD6D2: hue angle of 171.11º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD6D2 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 210 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.16 |
| HSL | 171.11º | 0.25% | 0.79% | - |
| HSV(B) | 171.11º | 0.13% | 0.84% | - |
| XYZ | 56.17 | 63.31 | 70.23 | - |
| YUV | 205.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 210 | 0.13 | 0 | 0.02 | 0.16 | 171.11 | 0.25 | 0.79 |
| Hex | BB | D6 | D2 | D | 0 | 2 | 10 | AB | 19 | 4F |
| Octal | 273 | 326 | 322 | 15 | 0 | 2 | 20 | 253 | 31 | 117 |
| Binary | 10111011 | 11010110 | 11010010 | 1101 | 0 | 10 | 10000 | 10101011 | 11001 | 1001111 |
Color Harmonies of #BBD6D2
Complementary color
Monochromatic Colors of #BBD6D2
Black with #BBD6D2
Text Example
Text Example
White with #BBD6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD6D2; }
p { color: rgb(187,214,210); }
H1.HeaderClassName
{
color: #BBD6D2;
}
.AnyTagClassName
{
color: #BBD6D2;
}
</style>
background-color css
<style>
a { background-color: #BBD6D2; }
a { background-color: rgb(187,214,210); }
div.DivClassName
{
background-color: #BBD6D2;
}
.BgClassName
{
background-color: #BBD6D2;
}
</style>
border-color css
<style>
span { border-color: #BBD6D2; }
span { border-color: rgb(187,214,210); }
td.TdClassName
{
border-color: #BBD6D2;
}
.TagClassName
{
border-color: #BBD6D2;
}
</style>