Shades of Scandal #B3D0CB
Tints of Scandal #B3D0CB
RGB
CMYK
RGB Variations
Color information
#B3D0CB (or 0xB3D0CB) is known color: Scandal. HEX triplet: B3, D0 and CB. RGB value is (179,208,203). Sum of RGB (Red+Green+Blue) = 179+208+203=590 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.34% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 208 - color contains mainly: green. Hex color #B3D0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D0CB is #4C2F34. Grayscale: #C6C6C6. Windows color (decimal): -4992821 or 13357235. OLE color: 13357235.
HSL color Cylindrical-coordinate representation of color #B3D0CB: hue angle of 169.66º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3D0CB is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 208 | 203 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.18 |
| HSL | 169.66º | 0.24% | 0.76% | - |
| HSV(B) | 169.66º | 0.14% | 0.82% | - |
| XYZ | 51.93 | 59.01 | 65.15 | - |
| YUV | 198.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 208 | 203 | 0.14 | 0 | 0.02 | 0.18 | 169.66 | 0.24 | 0.76 |
| Hex | B3 | D0 | CB | E | 0 | 2 | 12 | AA | 18 | 4C |
| Octal | 263 | 320 | 313 | 16 | 0 | 2 | 22 | 252 | 30 | 114 |
| Binary | 10110011 | 11010000 | 11001011 | 1110 | 0 | 10 | 10010 | 10101010 | 11000 | 1001100 |
Color Harmonies of #B3D0CB
Complementary color
Monochromatic Colors of #B3D0CB
Black with #B3D0CB
Text Example
Text Example
White with #B3D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D0CB; }
p { color: rgb(179,208,203); }
H1.HeaderClassName
{
color: #B3D0CB;
}
.AnyTagClassName
{
color: #B3D0CB;
}
</style>
background-color css
<style>
a { background-color: #B3D0CB; }
a { background-color: rgb(179,208,203); }
div.DivClassName
{
background-color: #B3D0CB;
}
.BgClassName
{
background-color: #B3D0CB;
}
</style>
border-color css
<style>
span { border-color: #B3D0CB; }
span { border-color: rgb(179,208,203); }
td.TdClassName
{
border-color: #B3D0CB;
}
.TagClassName
{
border-color: #B3D0CB;
}
</style>