Shades of Scandal #B0D5CE
Tints of Scandal #B0D5CE
RGB
CMYK
RGB Variations
Color information
#B0D5CE (or 0xB0D5CE) is known color: Scandal. HEX triplet: B0, D5 and CE. RGB value is (176,213,206). Sum of RGB (Red+Green+Blue) = 176+213+206=595 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.58% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D5CE is #4F2A31. Grayscale: #C9C9C9. Windows color (decimal): -5188146 or 13555120. OLE color: 13555120.
HSL color Cylindrical-coordinate representation of color #B0D5CE: hue angle of 168.65º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0D5CE is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 206 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.16 |
| HSL | 168.65º | 0.31% | 0.76% | - |
| HSV(B) | 168.65º | 0.17% | 0.84% | - |
| XYZ | 52.84 | 61.27 | 67.43 | - |
| YUV | 201.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 206 | 0.17 | 0 | 0.03 | 0.16 | 168.65 | 0.31 | 0.76 |
| Hex | B0 | D5 | CE | 11 | 0 | 3 | 10 | A9 | 1F | 4C |
| Octal | 260 | 325 | 316 | 21 | 0 | 3 | 20 | 251 | 37 | 114 |
| Binary | 10110000 | 11010101 | 11001110 | 10001 | 0 | 11 | 10000 | 10101001 | 11111 | 1001100 |
Color Harmonies of #B0D5CE
Complementary color
Monochromatic Colors of #B0D5CE
Black with #B0D5CE
Text Example
Text Example
White with #B0D5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D5CE; }
p { color: rgb(176,213,206); }
H1.HeaderClassName
{
color: #B0D5CE;
}
.AnyTagClassName
{
color: #B0D5CE;
}
</style>
background-color css
<style>
a { background-color: #B0D5CE; }
a { background-color: rgb(176,213,206); }
div.DivClassName
{
background-color: #B0D5CE;
}
.BgClassName
{
background-color: #B0D5CE;
}
</style>
border-color css
<style>
span { border-color: #B0D5CE; }
span { border-color: rgb(176,213,206); }
td.TdClassName
{
border-color: #B0D5CE;
}
.TagClassName
{
border-color: #B0D5CE;
}
</style>