Shades of Scandal #B8D9D4
Tints of Scandal #B8D9D4
RGB
CMYK
RGB Variations
Color information
#B8D9D4 (or 0xB8D9D4) is known color: Scandal. HEX triplet: B8, D9 and D4. RGB value is (184,217,212). Sum of RGB (Red+Green+Blue) = 184+217+212=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D9D4 is #47262B. Grayscale: #CECECE. Windows color (decimal): -4662828 or 13949368. OLE color: 13949368.
HSL color Cylindrical-coordinate representation of color #B8D9D4: hue angle of 170.91º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8D9D4 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 184 | 217 | 212 | - |
CMYK | 0.15 | 0 | 0.02 | 0.15 |
HSL | 170.91º | 0.3% | 0.79% | - |
HSV(B) | 170.91º | 0.15% | 0.85% | - |
XYZ | 56.46 | 64.57 | 71.77 | - |
YUV | 206.56 | 131.07 | 111.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 217 | 212 | 0.15 | 0 | 0.02 | 0.15 | 170.91 | 0.3 | 0.79 |
Hex | B8 | D9 | D4 | F | 0 | 2 | F | AB | 1E | 4F |
Octal | 270 | 331 | 324 | 17 | 0 | 2 | 17 | 253 | 36 | 117 |
Binary | 10111000 | 11011001 | 11010100 | 1111 | 0 | 10 | 1111 | 10101011 | 11110 | 1001111 |
Color Harmonies of #B8D9D4
Complementary color
Monochromatic Colors of #B8D9D4
Black with #B8D9D4
Text Example
Text Example
White with #B8D9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D9D4; }
p { color: rgb(184,217,212); }
H1.HeaderClassName
{
color: #B8D9D4;
}
.AnyTagClassName
{
color: #B8D9D4;
}
</style>
background-color css
<style>
a { background-color: #B8D9D4; }
a { background-color: rgb(184,217,212); }
div.DivClassName
{
background-color: #B8D9D4;
}
.BgClassName
{
background-color: #B8D9D4;
}
</style>
border-color css
<style>
span { border-color: #B8D9D4; }
span { border-color: rgb(184,217,212); }
td.TdClassName
{
border-color: #B8D9D4;
}
.TagClassName
{
border-color: #B8D9D4;
}
</style>