Shades of Scandal #BBDBD7
Tints of Scandal #BBDBD7
RGB
CMYK
RGB Variations
Color information
#BBDBD7 (or 0xBBDBD7) is known color: Scandal. HEX triplet: BB, DB and D7. RGB value is (187,219,215). Sum of RGB (Red+Green+Blue) = 187+219+215=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBD7 is #442428. Grayscale: #D0D0D0. Windows color (decimal): -4465705 or 14146491. OLE color: 14146491.
HSL color Cylindrical-coordinate representation of color #BBDBD7: hue angle of 172.5º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDBD7 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 215 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.14 |
| HSL | 172.5º | 0.31% | 0.8% | - |
| HSV(B) | 172.5º | 0.15% | 0.86% | - |
| XYZ | 58.09 | 66.13 | 73.99 | - |
| YUV | 208.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 215 | 0.15 | 0 | 0.02 | 0.14 | 172.5 | 0.31 | 0.8 |
| Hex | BB | DB | D7 | F | 0 | 2 | E | AC | 1F | 50 |
| Octal | 273 | 333 | 327 | 17 | 0 | 2 | 16 | 254 | 37 | 120 |
| Binary | 10111011 | 11011011 | 11010111 | 1111 | 0 | 10 | 1110 | 10101100 | 11111 | 1010000 |
Color Harmonies of #BBDBD7
Complementary color
Monochromatic Colors of #BBDBD7
Black with #BBDBD7
Text Example
Text Example
White with #BBDBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBD7; }
p { color: rgb(187,219,215); }
H1.HeaderClassName
{
color: #BBDBD7;
}
.AnyTagClassName
{
color: #BBDBD7;
}
</style>
background-color css
<style>
a { background-color: #BBDBD7; }
a { background-color: rgb(187,219,215); }
div.DivClassName
{
background-color: #BBDBD7;
}
.BgClassName
{
background-color: #BBDBD7;
}
</style>
border-color css
<style>
span { border-color: #BBDBD7; }
span { border-color: rgb(187,219,215); }
td.TdClassName
{
border-color: #BBDBD7;
}
.TagClassName
{
border-color: #BBDBD7;
}
</style>