Shades of Scandal #BBD2D0
Tints of Scandal #BBD2D0
RGB
CMYK
RGB Variations
Color information
#BBD2D0 (or 0xBBD2D0) is known color: Scandal. HEX triplet: BB, D2 and D0. RGB value is (187,210,208). Sum of RGB (Red+Green+Blue) = 187+210+208=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2D0 is #442D2F. Grayscale: #CACACA. Windows color (decimal): -4468016 or 13685435. OLE color: 13685435.
HSL color Cylindrical-coordinate representation of color #BBD2D0: hue angle of 174.78º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD2D0 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 208 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.18 |
| HSL | 174.78º | 0.2% | 0.78% | - |
| HSV(B) | 174.78º | 0.11% | 0.82% | - |
| XYZ | 54.93 | 61.21 | 68.59 | - |
| YUV | 202.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 208 | 0.11 | 0 | 0.01 | 0.18 | 174.78 | 0.2 | 0.78 |
| Hex | BB | D2 | D0 | B | 0 | 1 | 12 | AF | 14 | 4E |
| Octal | 273 | 322 | 320 | 13 | 0 | 1 | 22 | 257 | 24 | 116 |
| Binary | 10111011 | 11010010 | 11010000 | 1011 | 0 | 1 | 10010 | 10101111 | 10100 | 1001110 |
Color Harmonies of #BBD2D0
Complementary color
Monochromatic Colors of #BBD2D0
Black with #BBD2D0
Text Example
Text Example
White with #BBD2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD2D0; }
p { color: rgb(187,210,208); }
H1.HeaderClassName
{
color: #BBD2D0;
}
.AnyTagClassName
{
color: #BBD2D0;
}
</style>
background-color css
<style>
a { background-color: #BBD2D0; }
a { background-color: rgb(187,210,208); }
div.DivClassName
{
background-color: #BBD2D0;
}
.BgClassName
{
background-color: #BBD2D0;
}
</style>
border-color css
<style>
span { border-color: #BBD2D0; }
span { border-color: rgb(187,210,208); }
td.TdClassName
{
border-color: #BBD2D0;
}
.TagClassName
{
border-color: #BBD2D0;
}
</style>