Shades of Scandal #BBD7D3
Tints of Scandal #BBD7D3
RGB
CMYK
RGB Variations
Color information
#BBD7D3 (or 0xBBD7D3) is known color: Scandal. HEX triplet: BB, D7 and D3. RGB value is (187,215,211). Sum of RGB (Red+Green+Blue) = 187+215+211=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7D3 is #44282C. Grayscale: #CECECE. Windows color (decimal): -4466733 or 13883323. OLE color: 13883323.
HSL color Cylindrical-coordinate representation of color #BBD7D3: hue angle of 171.43º 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 #BBD7D3 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 211 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.16 |
| HSL | 171.43º | 0.26% | 0.79% | - |
| HSV(B) | 171.43º | 0.13% | 0.84% | - |
| XYZ | 56.55 | 63.87 | 70.98 | - |
| YUV | 206.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 211 | 0.13 | 0 | 0.02 | 0.16 | 171.43 | 0.26 | 0.79 |
| Hex | BB | D7 | D3 | D | 0 | 2 | 10 | AB | 1A | 4F |
| Octal | 273 | 327 | 323 | 15 | 0 | 2 | 20 | 253 | 32 | 117 |
| Binary | 10111011 | 11010111 | 11010011 | 1101 | 0 | 10 | 10000 | 10101011 | 11010 | 1001111 |
Color Harmonies of #BBD7D3
Complementary color
Monochromatic Colors of #BBD7D3
Black with #BBD7D3
Text Example
Text Example
White with #BBD7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD7D3; }
p { color: rgb(187,215,211); }
H1.HeaderClassName
{
color: #BBD7D3;
}
.AnyTagClassName
{
color: #BBD7D3;
}
</style>
background-color css
<style>
a { background-color: #BBD7D3; }
a { background-color: rgb(187,215,211); }
div.DivClassName
{
background-color: #BBD7D3;
}
.BgClassName
{
background-color: #BBD7D3;
}
</style>
border-color css
<style>
span { border-color: #BBD7D3; }
span { border-color: rgb(187,215,211); }
td.TdClassName
{
border-color: #BBD7D3;
}
.TagClassName
{
border-color: #BBD7D3;
}
</style>