Shades of Scandal #B0D5CF
Tints of Scandal #B0D5CF
RGB
CMYK
RGB Variations
Color information
#B0D5CF (or 0xB0D5CF) is known color: Scandal. HEX triplet: B0, D5 and CF. RGB value is (176,213,207). Sum of RGB (Red+Green+Blue) = 176+213+207=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D5CF is #4F2A30. Grayscale: #C9C9C9. Windows color (decimal): -5188145 or 13620656. OLE color: 13620656.
HSL color Cylindrical-coordinate representation of color #B0D5CF: hue angle of 170.27º 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 #B0D5CF is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 207 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.16 |
| HSL | 170.27º | 0.31% | 0.76% | - |
| HSV(B) | 170.27º | 0.17% | 0.84% | - |
| XYZ | 52.96 | 61.32 | 68.08 | - |
| YUV | 201.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 207 | 0.17 | 0 | 0.03 | 0.16 | 170.27 | 0.31 | 0.76 |
| Hex | B0 | D5 | CF | 11 | 0 | 3 | 10 | AA | 1F | 4C |
| Octal | 260 | 325 | 317 | 21 | 0 | 3 | 20 | 252 | 37 | 114 |
| Binary | 10110000 | 11010101 | 11001111 | 10001 | 0 | 11 | 10000 | 10101010 | 11111 | 1001100 |
Color Harmonies of #B0D5CF
Complementary color
Monochromatic Colors of #B0D5CF
Black with #B0D5CF
Text Example
Text Example
White with #B0D5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D5CF; }
p { color: rgb(176,213,207); }
H1.HeaderClassName
{
color: #B0D5CF;
}
.AnyTagClassName
{
color: #B0D5CF;
}
</style>
background-color css
<style>
a { background-color: #B0D5CF; }
a { background-color: rgb(176,213,207); }
div.DivClassName
{
background-color: #B0D5CF;
}
.BgClassName
{
background-color: #B0D5CF;
}
</style>
border-color css
<style>
span { border-color: #B0D5CF; }
span { border-color: rgb(176,213,207); }
td.TdClassName
{
border-color: #B0D5CF;
}
.TagClassName
{
border-color: #B0D5CF;
}
</style>