Shades of Scandal #B0CEC9
Tints of Scandal #B0CEC9
RGB
CMYK
RGB Variations
Color information
#B0CEC9 (or 0xB0CEC9) is known color: Scandal. HEX triplet: B0, CE and C9. RGB value is (176,206,201). Sum of RGB (Red+Green+Blue) = 176+206+201=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEC9 is #4F3136. Grayscale: #C4C4C4. Windows color (decimal): -5189943 or 13225648. OLE color: 13225648.
HSL color Cylindrical-coordinate representation of color #B0CEC9: hue angle of 170º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0CEC9 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 201 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.19 |
| HSL | 170º | 0.23% | 0.75% | - |
| HSV(B) | 170º | 0.15% | 0.81% | - |
| XYZ | 50.52 | 57.59 | 63.71 | - |
| YUV | 196.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 201 | 0.15 | 0 | 0.02 | 0.19 | 170 | 0.23 | 0.75 |
| Hex | B0 | CE | C9 | F | 0 | 2 | 13 | AA | 17 | 4B |
| Octal | 260 | 316 | 311 | 17 | 0 | 2 | 23 | 252 | 27 | 113 |
| Binary | 10110000 | 11001110 | 11001001 | 1111 | 0 | 10 | 10011 | 10101010 | 10111 | 1001011 |
Color Harmonies of #B0CEC9
Complementary color
Monochromatic Colors of #B0CEC9
Black with #B0CEC9
Text Example
Text Example
White with #B0CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CEC9; }
p { color: rgb(176,206,201); }
H1.HeaderClassName
{
color: #B0CEC9;
}
.AnyTagClassName
{
color: #B0CEC9;
}
</style>
background-color css
<style>
a { background-color: #B0CEC9; }
a { background-color: rgb(176,206,201); }
div.DivClassName
{
background-color: #B0CEC9;
}
.BgClassName
{
background-color: #B0CEC9;
}
</style>
border-color css
<style>
span { border-color: #B0CEC9; }
span { border-color: rgb(176,206,201); }
td.TdClassName
{
border-color: #B0CEC9;
}
.TagClassName
{
border-color: #B0CEC9;
}
</style>