Shades of Scandal #B0CFC8
Tints of Scandal #B0CFC8
RGB
CMYK
RGB Variations
Color information
#B0CFC8 (or 0xB0CFC8) is known color: Scandal. HEX triplet: B0, CF and C8. RGB value is (176,207,200). Sum of RGB (Red+Green+Blue) = 176+207+200=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFC8 is #4F3037. Grayscale: #C4C4C4. Windows color (decimal): -5189688 or 13160368. OLE color: 13160368.
HSL color Cylindrical-coordinate representation of color #B0CFC8: hue angle of 166.45º degrees, saturation: 0.24, 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 #B0CFC8 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 200 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.19 |
| HSL | 166.45º | 0.24% | 0.75% | - |
| HSV(B) | 166.45º | 0.15% | 0.81% | - |
| XYZ | 50.64 | 58.03 | 63.17 | - |
| YUV | 196.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 200 | 0.15 | 0 | 0.03 | 0.19 | 166.45 | 0.24 | 0.75 |
| Hex | B0 | CF | C8 | F | 0 | 3 | 13 | A6 | 18 | 4B |
| Octal | 260 | 317 | 310 | 17 | 0 | 3 | 23 | 246 | 30 | 113 |
| Binary | 10110000 | 11001111 | 11001000 | 1111 | 0 | 11 | 10011 | 10100110 | 11000 | 1001011 |
Color Harmonies of #B0CFC8
Complementary color
Monochromatic Colors of #B0CFC8
Black with #B0CFC8
Text Example
Text Example
White with #B0CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CFC8; }
p { color: rgb(176,207,200); }
H1.HeaderClassName
{
color: #B0CFC8;
}
.AnyTagClassName
{
color: #B0CFC8;
}
</style>
background-color css
<style>
a { background-color: #B0CFC8; }
a { background-color: rgb(176,207,200); }
div.DivClassName
{
background-color: #B0CFC8;
}
.BgClassName
{
background-color: #B0CFC8;
}
</style>
border-color css
<style>
span { border-color: #B0CFC8; }
span { border-color: rgb(176,207,200); }
td.TdClassName
{
border-color: #B0CFC8;
}
.TagClassName
{
border-color: #B0CFC8;
}
</style>