Shades of Scandal #B2CFC9
Tints of Scandal #B2CFC9
RGB
CMYK
RGB Variations
Color information
#B2CFC9 (or 0xB2CFC9) is known color: Scandal. HEX triplet: B2, CF and C9. RGB value is (178,207,201). Sum of RGB (Red+Green+Blue) = 178+207+201=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFC9 is #4D3036. Grayscale: #C5C5C5. Windows color (decimal): -5058615 or 13225906. OLE color: 13225906.
HSL color Cylindrical-coordinate representation of color #B2CFC9: hue angle of 167.59º degrees, saturation: 0.23, 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 #B2CFC9 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 201 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.19 |
| HSL | 167.59º | 0.23% | 0.75% | - |
| HSV(B) | 167.59º | 0.14% | 0.81% | - |
| XYZ | 51.22 | 58.31 | 63.81 | - |
| YUV | 197.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 201 | 0.14 | 0 | 0.03 | 0.19 | 167.59 | 0.23 | 0.75 |
| Hex | B2 | CF | C9 | E | 0 | 3 | 13 | A8 | 17 | 4B |
| Octal | 262 | 317 | 311 | 16 | 0 | 3 | 23 | 250 | 27 | 113 |
| Binary | 10110010 | 11001111 | 11001001 | 1110 | 0 | 11 | 10011 | 10101000 | 10111 | 1001011 |
Color Harmonies of #B2CFC9
Complementary color
Monochromatic Colors of #B2CFC9
Black with #B2CFC9
Text Example
Text Example
White with #B2CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CFC9; }
p { color: rgb(178,207,201); }
H1.HeaderClassName
{
color: #B2CFC9;
}
.AnyTagClassName
{
color: #B2CFC9;
}
</style>
background-color css
<style>
a { background-color: #B2CFC9; }
a { background-color: rgb(178,207,201); }
div.DivClassName
{
background-color: #B2CFC9;
}
.BgClassName
{
background-color: #B2CFC9;
}
</style>
border-color css
<style>
span { border-color: #B2CFC9; }
span { border-color: rgb(178,207,201); }
td.TdClassName
{
border-color: #B2CFC9;
}
.TagClassName
{
border-color: #B2CFC9;
}
</style>