Shades of Scandal #B2CECA
Tints of Scandal #B2CECA
RGB
CMYK
RGB Variations
Color information
#B2CECA (or 0xB2CECA) is known color: Scandal. HEX triplet: B2, CE and CA. RGB value is (178,206,202). Sum of RGB (Red+Green+Blue) = 178+206+202=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CECA is #4D3135. Grayscale: #C5C5C5. Windows color (decimal): -5058870 or 13291186. OLE color: 13291186.
HSL color Cylindrical-coordinate representation of color #B2CECA: hue angle of 171.43º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CECA is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 202 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.19 |
| HSL | 171.43º | 0.22% | 0.75% | - |
| HSV(B) | 171.43º | 0.14% | 0.81% | - |
| XYZ | 51.09 | 57.87 | 64.35 | - |
| YUV | 197.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 202 | 0.14 | 0 | 0.02 | 0.19 | 171.43 | 0.22 | 0.75 |
| Hex | B2 | CE | CA | E | 0 | 2 | 13 | AB | 16 | 4B |
| Octal | 262 | 316 | 312 | 16 | 0 | 2 | 23 | 253 | 26 | 113 |
| Binary | 10110010 | 11001110 | 11001010 | 1110 | 0 | 10 | 10011 | 10101011 | 10110 | 1001011 |
Color Harmonies of #B2CECA
Complementary color
Monochromatic Colors of #B2CECA
Black with #B2CECA
Text Example
Text Example
White with #B2CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CECA; }
p { color: rgb(178,206,202); }
H1.HeaderClassName
{
color: #B2CECA;
}
.AnyTagClassName
{
color: #B2CECA;
}
</style>
background-color css
<style>
a { background-color: #B2CECA; }
a { background-color: rgb(178,206,202); }
div.DivClassName
{
background-color: #B2CECA;
}
.BgClassName
{
background-color: #B2CECA;
}
</style>
border-color css
<style>
span { border-color: #B2CECA; }
span { border-color: rgb(178,206,202); }
td.TdClassName
{
border-color: #B2CECA;
}
.TagClassName
{
border-color: #B2CECA;
}
</style>