Shades of Scandal #B4D0CB
Tints of Scandal #B4D0CB
RGB
CMYK
RGB Variations
Color information
#B4D0CB (or 0xB4D0CB) is known color: Scandal. HEX triplet: B4, D0 and CB. RGB value is (180,208,203). Sum of RGB (Red+Green+Blue) = 180+208+203=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D0CB is #4B2F34. Grayscale: #C7C7C7. Windows color (decimal): -4927285 or 13357236. OLE color: 13357236.
HSL color Cylindrical-coordinate representation of color #B4D0CB: hue angle of 169.29º degrees, saturation: 0.23, 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 #B4D0CB is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 208 | 203 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.18 |
| HSL | 169.29º | 0.23% | 0.76% | - |
| HSV(B) | 169.29º | 0.13% | 0.82% | - |
| XYZ | 52.16 | 59.13 | 65.16 | - |
| YUV | 199.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 208 | 203 | 0.13 | 0 | 0.02 | 0.18 | 169.29 | 0.23 | 0.76 |
| Hex | B4 | D0 | CB | D | 0 | 2 | 12 | A9 | 17 | 4C |
| Octal | 264 | 320 | 313 | 15 | 0 | 2 | 22 | 251 | 27 | 114 |
| Binary | 10110100 | 11010000 | 11001011 | 1101 | 0 | 10 | 10010 | 10101001 | 10111 | 1001100 |
Color Harmonies of #B4D0CB
Complementary color
Monochromatic Colors of #B4D0CB
Black with #B4D0CB
Text Example
Text Example
White with #B4D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D0CB; }
p { color: rgb(180,208,203); }
H1.HeaderClassName
{
color: #B4D0CB;
}
.AnyTagClassName
{
color: #B4D0CB;
}
</style>
background-color css
<style>
a { background-color: #B4D0CB; }
a { background-color: rgb(180,208,203); }
div.DivClassName
{
background-color: #B4D0CB;
}
.BgClassName
{
background-color: #B4D0CB;
}
</style>
border-color css
<style>
span { border-color: #B4D0CB; }
span { border-color: rgb(180,208,203); }
td.TdClassName
{
border-color: #B4D0CB;
}
.TagClassName
{
border-color: #B4D0CB;
}
</style>