Shades of Scandal #B4D8D2
Tints of Scandal #B4D8D2
RGB
CMYK
RGB Variations
Color information
#B4D8D2 (or 0xB4D8D2) is known color: Scandal. HEX triplet: B4, D8 and D2. RGB value is (180,216,210). Sum of RGB (Red+Green+Blue) = 180+216+210=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D8D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D8D2 is #4B272D. Grayscale: #CCCCCC. Windows color (decimal): -4925230 or 13818036. OLE color: 13818036.
HSL color Cylindrical-coordinate representation of color #B4D8D2: hue angle of 170º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4D8D2 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 216 | 210 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.15 |
| HSL | 170º | 0.32% | 0.78% | - |
| HSV(B) | 170º | 0.17% | 0.85% | - |
| XYZ | 55.01 | 63.47 | 70.32 | - |
| YUV | 204.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 216 | 210 | 0.17 | 0 | 0.03 | 0.15 | 170 | 0.32 | 0.78 |
| Hex | B4 | D8 | D2 | 11 | 0 | 3 | F | AA | 20 | 4E |
| Octal | 264 | 330 | 322 | 21 | 0 | 3 | 17 | 252 | 40 | 116 |
| Binary | 10110100 | 11011000 | 11010010 | 10001 | 0 | 11 | 1111 | 10101010 | 100000 | 1001110 |
Color Harmonies of #B4D8D2
Complementary color
Monochromatic Colors of #B4D8D2
Black with #B4D8D2
Text Example
Text Example
White with #B4D8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D8D2; }
p { color: rgb(180,216,210); }
H1.HeaderClassName
{
color: #B4D8D2;
}
.AnyTagClassName
{
color: #B4D8D2;
}
</style>
background-color css
<style>
a { background-color: #B4D8D2; }
a { background-color: rgb(180,216,210); }
div.DivClassName
{
background-color: #B4D8D2;
}
.BgClassName
{
background-color: #B4D8D2;
}
</style>
border-color css
<style>
span { border-color: #B4D8D2; }
span { border-color: rgb(180,216,210); }
td.TdClassName
{
border-color: #B4D8D2;
}
.TagClassName
{
border-color: #B4D8D2;
}
</style>