Shades of Scandal #B3CFCB
Tints of Scandal #B3CFCB
RGB
CMYK
RGB Variations
Color information
#B3CFCB (or 0xB3CFCB) is known color: Scandal. HEX triplet: B3, CF and CB. RGB value is (179,207,203). Sum of RGB (Red+Green+Blue) = 179+207+203=589 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.39% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFCB is #4C3034. Grayscale: #C6C6C6. Windows color (decimal): -4993077 or 13356979. OLE color: 13356979.
HSL color Cylindrical-coordinate representation of color #B3CFCB: hue angle of 171.43º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3CFCB is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 203 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.19 |
| HSL | 171.43º | 0.23% | 0.76% | - |
| HSV(B) | 171.43º | 0.14% | 0.81% | - |
| XYZ | 51.68 | 58.52 | 65.07 | - |
| YUV | 198.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 203 | 0.14 | 0 | 0.02 | 0.19 | 171.43 | 0.23 | 0.76 |
| Hex | B3 | CF | CB | E | 0 | 2 | 13 | AB | 17 | 4C |
| Octal | 263 | 317 | 313 | 16 | 0 | 2 | 23 | 253 | 27 | 114 |
| Binary | 10110011 | 11001111 | 11001011 | 1110 | 0 | 10 | 10011 | 10101011 | 10111 | 1001100 |
Color Harmonies of #B3CFCB
Complementary color
Monochromatic Colors of #B3CFCB
Black with #B3CFCB
Text Example
Text Example
White with #B3CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CFCB; }
p { color: rgb(179,207,203); }
H1.HeaderClassName
{
color: #B3CFCB;
}
.AnyTagClassName
{
color: #B3CFCB;
}
</style>
background-color css
<style>
a { background-color: #B3CFCB; }
a { background-color: rgb(179,207,203); }
div.DivClassName
{
background-color: #B3CFCB;
}
.BgClassName
{
background-color: #B3CFCB;
}
</style>
border-color css
<style>
span { border-color: #B3CFCB; }
span { border-color: rgb(179,207,203); }
td.TdClassName
{
border-color: #B3CFCB;
}
.TagClassName
{
border-color: #B3CFCB;
}
</style>