Shades of Scandal #B0D2CB
Tints of Scandal #B0D2CB
RGB
CMYK
RGB Variations
Color information
#B0D2CB (or 0xB0D2CB) is known color: Scandal. HEX triplet: B0, D2 and CB. RGB value is (176,210,203). Sum of RGB (Red+Green+Blue) = 176+210+203=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D2CB is #4F2D34. Grayscale: #C7C7C7. Windows color (decimal): -5188917 or 13357744. OLE color: 13357744.
HSL color Cylindrical-coordinate representation of color #B0D2CB: hue angle of 167.65º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0D2CB is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 203 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.18 |
| HSL | 167.65º | 0.27% | 0.76% | - |
| HSV(B) | 167.65º | 0.16% | 0.82% | - |
| XYZ | 51.73 | 59.64 | 65.28 | - |
| YUV | 199.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 203 | 0.16 | 0 | 0.03 | 0.18 | 167.65 | 0.27 | 0.76 |
| Hex | B0 | D2 | CB | 10 | 0 | 3 | 12 | A8 | 1B | 4C |
| Octal | 260 | 322 | 313 | 20 | 0 | 3 | 22 | 250 | 33 | 114 |
| Binary | 10110000 | 11010010 | 11001011 | 10000 | 0 | 11 | 10010 | 10101000 | 11011 | 1001100 |
Color Harmonies of #B0D2CB
Complementary color
Monochromatic Colors of #B0D2CB
Black with #B0D2CB
Text Example
Text Example
White with #B0D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D2CB; }
p { color: rgb(176,210,203); }
H1.HeaderClassName
{
color: #B0D2CB;
}
.AnyTagClassName
{
color: #B0D2CB;
}
</style>
background-color css
<style>
a { background-color: #B0D2CB; }
a { background-color: rgb(176,210,203); }
div.DivClassName
{
background-color: #B0D2CB;
}
.BgClassName
{
background-color: #B0D2CB;
}
</style>
border-color css
<style>
span { border-color: #B0D2CB; }
span { border-color: rgb(176,210,203); }
td.TdClassName
{
border-color: #B0D2CB;
}
.TagClassName
{
border-color: #B0D2CB;
}
</style>