Shades of Scandal #B5D0CB
Tints of Scandal #B5D0CB
RGB
CMYK
RGB Variations
Color information
#B5D0CB (or 0xB5D0CB) is known color: Scandal. HEX triplet: B5, D0 and CB. RGB value is (181,208,203). Sum of RGB (Red+Green+Blue) = 181+208+203=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D0CB is #4A2F34. Grayscale: #C7C7C7. Windows color (decimal): -4861749 or 13357237. OLE color: 13357237.
HSL color Cylindrical-coordinate representation of color #B5D0CB: hue angle of 168.89º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5D0CB is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 203 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.18 |
| HSL | 168.89º | 0.22% | 0.76% | - |
| HSV(B) | 168.89º | 0.13% | 0.82% | - |
| XYZ | 52.39 | 59.25 | 65.17 | - |
| YUV | 199.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 203 | 0.13 | 0 | 0.02 | 0.18 | 168.89 | 0.22 | 0.76 |
| Hex | B5 | D0 | CB | D | 0 | 2 | 12 | A9 | 16 | 4C |
| Octal | 265 | 320 | 313 | 15 | 0 | 2 | 22 | 251 | 26 | 114 |
| Binary | 10110101 | 11010000 | 11001011 | 1101 | 0 | 10 | 10010 | 10101001 | 10110 | 1001100 |
Color Harmonies of #B5D0CB
Complementary color
Monochromatic Colors of #B5D0CB
Black with #B5D0CB
Text Example
Text Example
White with #B5D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D0CB; }
p { color: rgb(181,208,203); }
H1.HeaderClassName
{
color: #B5D0CB;
}
.AnyTagClassName
{
color: #B5D0CB;
}
</style>
background-color css
<style>
a { background-color: #B5D0CB; }
a { background-color: rgb(181,208,203); }
div.DivClassName
{
background-color: #B5D0CB;
}
.BgClassName
{
background-color: #B5D0CB;
}
</style>
border-color css
<style>
span { border-color: #B5D0CB; }
span { border-color: rgb(181,208,203); }
td.TdClassName
{
border-color: #B5D0CB;
}
.TagClassName
{
border-color: #B5D0CB;
}
</style>