Shades of Scandal #B8D1CD
Tints of Scandal #B8D1CD
RGB
CMYK
RGB Variations
Color information
#B8D1CD (or 0xB8D1CD) is known color: Scandal. HEX triplet: B8, D1 and CD. RGB value is (184,209,205). Sum of RGB (Red+Green+Blue) = 184+209+205=598 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.77% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D1CD is #472E32. Grayscale: #C9C9C9. Windows color (decimal): -4664883 or 13488568. OLE color: 13488568.
HSL color Cylindrical-coordinate representation of color #B8D1CD: hue angle of 170.4º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8D1CD is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 209 | 205 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.18 |
| HSL | 170.4º | 0.21% | 0.77% | - |
| HSV(B) | 170.4º | 0.12% | 0.82% | - |
| XYZ | 53.59 | 60.2 | 66.55 | - |
| YUV | 201.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 209 | 205 | 0.12 | 0 | 0.02 | 0.18 | 170.4 | 0.21 | 0.77 |
| Hex | B8 | D1 | CD | C | 0 | 2 | 12 | AA | 15 | 4D |
| Octal | 270 | 321 | 315 | 14 | 0 | 2 | 22 | 252 | 25 | 115 |
| Binary | 10111000 | 11010001 | 11001101 | 1100 | 0 | 10 | 10010 | 10101010 | 10101 | 1001101 |
Color Harmonies of #B8D1CD
Complementary color
Monochromatic Colors of #B8D1CD
Black with #B8D1CD
Text Example
Text Example
White with #B8D1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D1CD; }
p { color: rgb(184,209,205); }
H1.HeaderClassName
{
color: #B8D1CD;
}
.AnyTagClassName
{
color: #B8D1CD;
}
</style>
background-color css
<style>
a { background-color: #B8D1CD; }
a { background-color: rgb(184,209,205); }
div.DivClassName
{
background-color: #B8D1CD;
}
.BgClassName
{
background-color: #B8D1CD;
}
</style>
border-color css
<style>
span { border-color: #B8D1CD; }
span { border-color: rgb(184,209,205); }
td.TdClassName
{
border-color: #B8D1CD;
}
.TagClassName
{
border-color: #B8D1CD;
}
</style>