Shades of Scandal #B3CECA
Tints of Scandal #B3CECA
RGB
CMYK
RGB Variations
Color information
#B3CECA (or 0xB3CECA) is known color: Scandal. HEX triplet: B3, CE and CA. RGB value is (179,206,202). Sum of RGB (Red+Green+Blue) = 179+206+202=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CECA is #4C3135. Grayscale: #C5C5C5. Windows color (decimal): -4993334 or 13291187. OLE color: 13291187.
HSL color Cylindrical-coordinate representation of color #B3CECA: hue angle of 171.11º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3CECA is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 202 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.19 |
| HSL | 171.11º | 0.22% | 0.75% | - |
| HSV(B) | 171.11º | 0.13% | 0.81% | - |
| XYZ | 51.32 | 57.99 | 64.37 | - |
| YUV | 197.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 202 | 0.13 | 0 | 0.02 | 0.19 | 171.11 | 0.22 | 0.75 |
| Hex | B3 | CE | CA | D | 0 | 2 | 13 | AB | 16 | 4B |
| Octal | 263 | 316 | 312 | 15 | 0 | 2 | 23 | 253 | 26 | 113 |
| Binary | 10110011 | 11001110 | 11001010 | 1101 | 0 | 10 | 10011 | 10101011 | 10110 | 1001011 |
Color Harmonies of #B3CECA
Complementary color
Monochromatic Colors of #B3CECA
Black with #B3CECA
Text Example
Text Example
White with #B3CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CECA; }
p { color: rgb(179,206,202); }
H1.HeaderClassName
{
color: #B3CECA;
}
.AnyTagClassName
{
color: #B3CECA;
}
</style>
background-color css
<style>
a { background-color: #B3CECA; }
a { background-color: rgb(179,206,202); }
div.DivClassName
{
background-color: #B3CECA;
}
.BgClassName
{
background-color: #B3CECA;
}
</style>
border-color css
<style>
span { border-color: #B3CECA; }
span { border-color: rgb(179,206,202); }
td.TdClassName
{
border-color: #B3CECA;
}
.TagClassName
{
border-color: #B3CECA;
}
</style>