Shades of Scandal #B0CDC8
Tints of Scandal #B0CDC8
RGB
CMYK
RGB Variations
Color information
#B0CDC8 (or 0xB0CDC8) is known color: Scandal. HEX triplet: B0, CD and C8. RGB value is (176,205,200). Sum of RGB (Red+Green+Blue) = 176+205+200=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDC8 is #4F3237. Grayscale: #C3C3C3. Windows color (decimal): -5190200 or 13159856. OLE color: 13159856.
HSL color Cylindrical-coordinate representation of color #B0CDC8: hue angle of 169.66º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0CDC8 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 205 | 200 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.20 |
| HSL | 169.66º | 0.22% | 0.75% | - |
| HSV(B) | 169.66º | 0.14% | 0.8% | - |
| XYZ | 50.16 | 57.06 | 63.01 | - |
| YUV | 195.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 205 | 200 | 0.14 | 0 | 0.02 | 0.20 | 169.66 | 0.22 | 0.75 |
| Hex | B0 | CD | C8 | E | 0 | 2 | 14 | AA | 16 | 4B |
| Octal | 260 | 315 | 310 | 16 | 0 | 2 | 24 | 252 | 26 | 113 |
| Binary | 10110000 | 11001101 | 11001000 | 1110 | 0 | 10 | 10100 | 10101010 | 10110 | 1001011 |
Color Harmonies of #B0CDC8
Complementary color
Monochromatic Colors of #B0CDC8
Black with #B0CDC8
Text Example
Text Example
White with #B0CDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CDC8; }
p { color: rgb(176,205,200); }
H1.HeaderClassName
{
color: #B0CDC8;
}
.AnyTagClassName
{
color: #B0CDC8;
}
</style>
background-color css
<style>
a { background-color: #B0CDC8; }
a { background-color: rgb(176,205,200); }
div.DivClassName
{
background-color: #B0CDC8;
}
.BgClassName
{
background-color: #B0CDC8;
}
</style>
border-color css
<style>
span { border-color: #B0CDC8; }
span { border-color: rgb(176,205,200); }
td.TdClassName
{
border-color: #B0CDC8;
}
.TagClassName
{
border-color: #B0CDC8;
}
</style>