Shades of Scandal #B8D1CE
Tints of Scandal #B8D1CE
RGB
CMYK
RGB Variations
Color information
#B8D1CE (or 0xB8D1CE) is known color: Scandal. HEX triplet: B8, D1 and CE. RGB value is (184,209,206). Sum of RGB (Red+Green+Blue) = 184+209+206=599 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.72% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D1CE is #472E31. Grayscale: #C9C9C9. Windows color (decimal): -4664882 or 13554104. OLE color: 13554104.
HSL color Cylindrical-coordinate representation of color #B8D1CE: hue angle of 172.8º 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 #B8D1CE is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 209 | 206 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.18 |
| HSL | 172.8º | 0.21% | 0.77% | - |
| HSV(B) | 172.8º | 0.12% | 0.82% | - |
| XYZ | 53.71 | 60.25 | 67.19 | - |
| YUV | 201.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 209 | 206 | 0.12 | 0 | 0.01 | 0.18 | 172.8 | 0.21 | 0.77 |
| Hex | B8 | D1 | CE | C | 0 | 1 | 12 | AD | 15 | 4D |
| Octal | 270 | 321 | 316 | 14 | 0 | 1 | 22 | 255 | 25 | 115 |
| Binary | 10111000 | 11010001 | 11001110 | 1100 | 0 | 1 | 10010 | 10101101 | 10101 | 1001101 |
Color Harmonies of #B8D1CE
Complementary color
Monochromatic Colors of #B8D1CE
Black with #B8D1CE
Text Example
Text Example
White with #B8D1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D1CE; }
p { color: rgb(184,209,206); }
H1.HeaderClassName
{
color: #B8D1CE;
}
.AnyTagClassName
{
color: #B8D1CE;
}
</style>
background-color css
<style>
a { background-color: #B8D1CE; }
a { background-color: rgb(184,209,206); }
div.DivClassName
{
background-color: #B8D1CE;
}
.BgClassName
{
background-color: #B8D1CE;
}
</style>
border-color css
<style>
span { border-color: #B8D1CE; }
span { border-color: rgb(184,209,206); }
td.TdClassName
{
border-color: #B8D1CE;
}
.TagClassName
{
border-color: #B8D1CE;
}
</style>