Shades of Scandal #B2CDC9
Tints of Scandal #B2CDC9
RGB
CMYK
RGB Variations
Color information
#B2CDC9 (or 0xB2CDC9) is known color: Scandal. HEX triplet: B2, CD and C9. RGB value is (178,205,201). Sum of RGB (Red+Green+Blue) = 178+205+201=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDC9 is #4D3236. Grayscale: #C4C4C4. Windows color (decimal): -5059127 or 13225394. OLE color: 13225394.
HSL color Cylindrical-coordinate representation of color #B2CDC9: hue angle of 171.11º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2CDC9 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 205 | 201 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.20 |
| HSL | 171.11º | 0.21% | 0.75% | - |
| HSV(B) | 171.11º | 0.13% | 0.8% | - |
| XYZ | 50.73 | 57.34 | 63.65 | - |
| YUV | 196.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 205 | 201 | 0.13 | 0 | 0.02 | 0.20 | 171.11 | 0.21 | 0.75 |
| Hex | B2 | CD | C9 | D | 0 | 2 | 14 | AB | 15 | 4B |
| Octal | 262 | 315 | 311 | 15 | 0 | 2 | 24 | 253 | 25 | 113 |
| Binary | 10110010 | 11001101 | 11001001 | 1101 | 0 | 10 | 10100 | 10101011 | 10101 | 1001011 |
Color Harmonies of #B2CDC9
Complementary color
Monochromatic Colors of #B2CDC9
Black with #B2CDC9
Text Example
Text Example
White with #B2CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CDC9; }
p { color: rgb(178,205,201); }
H1.HeaderClassName
{
color: #B2CDC9;
}
.AnyTagClassName
{
color: #B2CDC9;
}
</style>
background-color css
<style>
a { background-color: #B2CDC9; }
a { background-color: rgb(178,205,201); }
div.DivClassName
{
background-color: #B2CDC9;
}
.BgClassName
{
background-color: #B2CDC9;
}
</style>
border-color css
<style>
span { border-color: #B2CDC9; }
span { border-color: rgb(178,205,201); }
td.TdClassName
{
border-color: #B2CDC9;
}
.TagClassName
{
border-color: #B2CDC9;
}
</style>