Shades of Scandal #B4D2CE
Tints of Scandal #B4D2CE
RGB
CMYK
RGB Variations
Color information
#B4D2CE (or 0xB4D2CE) is known color: Scandal. HEX triplet: B4, D2 and CE. RGB value is (180,210,206). Sum of RGB (Red+Green+Blue) = 180+210+206=596 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.20% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D2CE is #4B2D31. Grayscale: #C8C8C8. Windows color (decimal): -4926770 or 13554356. OLE color: 13554356.
HSL color Cylindrical-coordinate representation of color #B4D2CE: hue angle of 172º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4D2CE is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 210 | 206 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.18 |
| HSL | 172º | 0.25% | 0.76% | - |
| HSV(B) | 172º | 0.14% | 0.82% | - |
| XYZ | 53.01 | 60.25 | 67.23 | - |
| YUV | 200.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 210 | 206 | 0.14 | 0 | 0.02 | 0.18 | 172 | 0.25 | 0.76 |
| Hex | B4 | D2 | CE | E | 0 | 2 | 12 | AC | 19 | 4C |
| Octal | 264 | 322 | 316 | 16 | 0 | 2 | 22 | 254 | 31 | 114 |
| Binary | 10110100 | 11010010 | 11001110 | 1110 | 0 | 10 | 10010 | 10101100 | 11001 | 1001100 |
Color Harmonies of #B4D2CE
Complementary color
Monochromatic Colors of #B4D2CE
Black with #B4D2CE
Text Example
Text Example
White with #B4D2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D2CE; }
p { color: rgb(180,210,206); }
H1.HeaderClassName
{
color: #B4D2CE;
}
.AnyTagClassName
{
color: #B4D2CE;
}
</style>
background-color css
<style>
a { background-color: #B4D2CE; }
a { background-color: rgb(180,210,206); }
div.DivClassName
{
background-color: #B4D2CE;
}
.BgClassName
{
background-color: #B4D2CE;
}
</style>
border-color css
<style>
span { border-color: #B4D2CE; }
span { border-color: rgb(180,210,206); }
td.TdClassName
{
border-color: #B4D2CE;
}
.TagClassName
{
border-color: #B4D2CE;
}
</style>