Shades of Scandal #B4CDC9
Tints of Scandal #B4CDC9
RGB
CMYK
RGB Variations
Color information
#B4CDC9 (or 0xB4CDC9) is known color: Scandal. HEX triplet: B4, CD and C9. RGB value is (180,205,201). Sum of RGB (Red+Green+Blue) = 180+205+201=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDC9 is #4B3236. Grayscale: #C5C5C5. Windows color (decimal): -4928055 or 13225396. OLE color: 13225396.
HSL color Cylindrical-coordinate representation of color #B4CDC9: hue angle of 170.4º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4CDC9 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 205 | 201 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.20 |
| HSL | 170.4º | 0.2% | 0.75% | - |
| HSV(B) | 170.4º | 0.12% | 0.8% | - |
| XYZ | 51.2 | 57.58 | 63.67 | - |
| YUV | 197.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 205 | 201 | 0.12 | 0 | 0.02 | 0.20 | 170.4 | 0.2 | 0.75 |
| Hex | B4 | CD | C9 | C | 0 | 2 | 14 | AA | 14 | 4B |
| Octal | 264 | 315 | 311 | 14 | 0 | 2 | 24 | 252 | 24 | 113 |
| Binary | 10110100 | 11001101 | 11001001 | 1100 | 0 | 10 | 10100 | 10101010 | 10100 | 1001011 |
Color Harmonies of #B4CDC9
Complementary color
Monochromatic Colors of #B4CDC9
Black with #B4CDC9
Text Example
Text Example
White with #B4CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CDC9; }
p { color: rgb(180,205,201); }
H1.HeaderClassName
{
color: #B4CDC9;
}
.AnyTagClassName
{
color: #B4CDC9;
}
</style>
background-color css
<style>
a { background-color: #B4CDC9; }
a { background-color: rgb(180,205,201); }
div.DivClassName
{
background-color: #B4CDC9;
}
.BgClassName
{
background-color: #B4CDC9;
}
</style>
border-color css
<style>
span { border-color: #B4CDC9; }
span { border-color: rgb(180,205,201); }
td.TdClassName
{
border-color: #B4CDC9;
}
.TagClassName
{
border-color: #B4CDC9;
}
</style>