Shades of Scandal #BBD3D0
Tints of Scandal #BBD3D0
RGB
CMYK
RGB Variations
Color information
#BBD3D0 (or 0xBBD3D0) is known color: Scandal. HEX triplet: BB, D3 and D0. RGB value is (187,211,208). Sum of RGB (Red+Green+Blue) = 187+211+208=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3D0 is #442C2F. Grayscale: #CBCBCB. Windows color (decimal): -4467760 or 13685691. OLE color: 13685691.
HSL color Cylindrical-coordinate representation of color #BBD3D0: hue angle of 172.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD3D0 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 208 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.17 |
| HSL | 172.5º | 0.21% | 0.78% | - |
| HSV(B) | 172.5º | 0.11% | 0.83% | - |
| XYZ | 55.17 | 61.71 | 68.68 | - |
| YUV | 203.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 208 | 0.11 | 0 | 0.01 | 0.17 | 172.5 | 0.21 | 0.78 |
| Hex | BB | D3 | D0 | B | 0 | 1 | 11 | AC | 15 | 4E |
| Octal | 273 | 323 | 320 | 13 | 0 | 1 | 21 | 254 | 25 | 116 |
| Binary | 10111011 | 11010011 | 11010000 | 1011 | 0 | 1 | 10001 | 10101100 | 10101 | 1001110 |
Color Harmonies of #BBD3D0
Complementary color
Monochromatic Colors of #BBD3D0
Black with #BBD3D0
Text Example
Text Example
White with #BBD3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD3D0; }
p { color: rgb(187,211,208); }
H1.HeaderClassName
{
color: #BBD3D0;
}
.AnyTagClassName
{
color: #BBD3D0;
}
</style>
background-color css
<style>
a { background-color: #BBD3D0; }
a { background-color: rgb(187,211,208); }
div.DivClassName
{
background-color: #BBD3D0;
}
.BgClassName
{
background-color: #BBD3D0;
}
</style>
border-color css
<style>
span { border-color: #BBD3D0; }
span { border-color: rgb(187,211,208); }
td.TdClassName
{
border-color: #BBD3D0;
}
.TagClassName
{
border-color: #BBD3D0;
}
</style>