Shades of Scandal #BBD7D2
Tints of Scandal #BBD7D2
RGB
CMYK
RGB Variations
Color information
#BBD7D2 (or 0xBBD7D2) is known color: Scandal. HEX triplet: BB, D7 and D2. RGB value is (187,215,210). Sum of RGB (Red+Green+Blue) = 187+215+210=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7D2 is #44282D. Grayscale: #CECECE. Windows color (decimal): -4466734 or 13817787. OLE color: 13817787.
HSL color Cylindrical-coordinate representation of color #BBD7D2: hue angle of 169.29º degrees, saturation: 0.26, 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 #BBD7D2 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 210 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.16 |
| HSL | 169.29º | 0.26% | 0.79% | - |
| HSV(B) | 169.29º | 0.13% | 0.84% | - |
| XYZ | 56.43 | 63.82 | 70.32 | - |
| YUV | 206.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 210 | 0.13 | 0 | 0.02 | 0.16 | 169.29 | 0.26 | 0.79 |
| Hex | BB | D7 | D2 | D | 0 | 2 | 10 | A9 | 1A | 4F |
| Octal | 273 | 327 | 322 | 15 | 0 | 2 | 20 | 251 | 32 | 117 |
| Binary | 10111011 | 11010111 | 11010010 | 1101 | 0 | 10 | 10000 | 10101001 | 11010 | 1001111 |
Color Harmonies of #BBD7D2
Complementary color
Monochromatic Colors of #BBD7D2
Black with #BBD7D2
Text Example
Text Example
White with #BBD7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD7D2; }
p { color: rgb(187,215,210); }
H1.HeaderClassName
{
color: #BBD7D2;
}
.AnyTagClassName
{
color: #BBD7D2;
}
</style>
background-color css
<style>
a { background-color: #BBD7D2; }
a { background-color: rgb(187,215,210); }
div.DivClassName
{
background-color: #BBD7D2;
}
.BgClassName
{
background-color: #BBD7D2;
}
</style>
border-color css
<style>
span { border-color: #BBD7D2; }
span { border-color: rgb(187,215,210); }
td.TdClassName
{
border-color: #BBD7D2;
}
.TagClassName
{
border-color: #BBD7D2;
}
</style>