Shades of Scandal #B3CFCC
Tints of Scandal #B3CFCC
RGB
CMYK
RGB Variations
Color information
#B3CFCC (or 0xB3CFCC) is known color: Scandal. HEX triplet: B3, CF and CC. RGB value is (179,207,204). Sum of RGB (Red+Green+Blue) = 179+207+204=590 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.34% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFCC is #4C3033. Grayscale: #C6C6C6. Windows color (decimal): -4993076 or 13422515. OLE color: 13422515.
HSL color Cylindrical-coordinate representation of color #B3CFCC: hue angle of 173.57º 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 #B3CFCC is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 204 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.19 |
| HSL | 173.57º | 0.23% | 0.76% | - |
| HSV(B) | 173.57º | 0.14% | 0.81% | - |
| XYZ | 51.8 | 58.57 | 65.7 | - |
| YUV | 198.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 204 | 0.14 | 0 | 0.01 | 0.19 | 173.57 | 0.23 | 0.76 |
| Hex | B3 | CF | CC | E | 0 | 1 | 13 | AE | 17 | 4C |
| Octal | 263 | 317 | 314 | 16 | 0 | 1 | 23 | 256 | 27 | 114 |
| Binary | 10110011 | 11001111 | 11001100 | 1110 | 0 | 1 | 10011 | 10101110 | 10111 | 1001100 |
Color Harmonies of #B3CFCC
Complementary color
Monochromatic Colors of #B3CFCC
Black with #B3CFCC
Text Example
Text Example
White with #B3CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CFCC; }
p { color: rgb(179,207,204); }
H1.HeaderClassName
{
color: #B3CFCC;
}
.AnyTagClassName
{
color: #B3CFCC;
}
</style>
background-color css
<style>
a { background-color: #B3CFCC; }
a { background-color: rgb(179,207,204); }
div.DivClassName
{
background-color: #B3CFCC;
}
.BgClassName
{
background-color: #B3CFCC;
}
</style>
border-color css
<style>
span { border-color: #B3CFCC; }
span { border-color: rgb(179,207,204); }
td.TdClassName
{
border-color: #B3CFCC;
}
.TagClassName
{
border-color: #B3CFCC;
}
</style>