Shades of Scandal #B4D5CE
Tints of Scandal #B4D5CE
RGB
CMYK
RGB Variations
Color information
#B4D5CE (or 0xB4D5CE) is known color: Scandal. HEX triplet: B4, D5 and CE. RGB value is (180,213,206). Sum of RGB (Red+Green+Blue) = 180+213+206=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D5CE is #4B2A31. Grayscale: #CACACA. Windows color (decimal): -4926002 or 13555124. OLE color: 13555124.
HSL color Cylindrical-coordinate representation of color #B4D5CE: hue angle of 167.27º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4D5CE is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 206 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.16 |
| HSL | 167.27º | 0.28% | 0.77% | - |
| HSV(B) | 167.27º | 0.15% | 0.84% | - |
| XYZ | 53.76 | 61.75 | 67.48 | - |
| YUV | 202.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 206 | 0.15 | 0 | 0.03 | 0.16 | 167.27 | 0.28 | 0.77 |
| Hex | B4 | D5 | CE | F | 0 | 3 | 10 | A7 | 1C | 4D |
| Octal | 264 | 325 | 316 | 17 | 0 | 3 | 20 | 247 | 34 | 115 |
| Binary | 10110100 | 11010101 | 11001110 | 1111 | 0 | 11 | 10000 | 10100111 | 11100 | 1001101 |
Color Harmonies of #B4D5CE
Complementary color
Monochromatic Colors of #B4D5CE
Black with #B4D5CE
Text Example
Text Example
White with #B4D5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D5CE; }
p { color: rgb(180,213,206); }
H1.HeaderClassName
{
color: #B4D5CE;
}
.AnyTagClassName
{
color: #B4D5CE;
}
</style>
background-color css
<style>
a { background-color: #B4D5CE; }
a { background-color: rgb(180,213,206); }
div.DivClassName
{
background-color: #B4D5CE;
}
.BgClassName
{
background-color: #B4D5CE;
}
</style>
border-color css
<style>
span { border-color: #B4D5CE; }
span { border-color: rgb(180,213,206); }
td.TdClassName
{
border-color: #B4D5CE;
}
.TagClassName
{
border-color: #B4D5CE;
}
</style>