Shades of Scandal #B3D5CE
Tints of Scandal #B3D5CE
RGB
CMYK
RGB Variations
Color information
#B3D5CE (or 0xB3D5CE) is known color: Scandal. HEX triplet: B3, D5 and CE. RGB value is (179,213,206). Sum of RGB (Red+Green+Blue) = 179+213+206=598 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.93% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D5CE is #4C2A31. Grayscale: #CACACA. Windows color (decimal): -4991538 or 13555123. OLE color: 13555123.
HSL color Cylindrical-coordinate representation of color #B3D5CE: hue angle of 167.65º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3D5CE is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 213 | 206 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.16 |
| HSL | 167.65º | 0.29% | 0.77% | - |
| HSV(B) | 167.65º | 0.16% | 0.84% | - |
| XYZ | 53.53 | 61.63 | 67.47 | - |
| YUV | 202.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 213 | 206 | 0.16 | 0 | 0.03 | 0.16 | 167.65 | 0.29 | 0.77 |
| Hex | B3 | D5 | CE | 10 | 0 | 3 | 10 | A8 | 1D | 4D |
| Octal | 263 | 325 | 316 | 20 | 0 | 3 | 20 | 250 | 35 | 115 |
| Binary | 10110011 | 11010101 | 11001110 | 10000 | 0 | 11 | 10000 | 10101000 | 11101 | 1001101 |
Color Harmonies of #B3D5CE
Complementary color
Monochromatic Colors of #B3D5CE
Black with #B3D5CE
Text Example
Text Example
White with #B3D5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D5CE; }
p { color: rgb(179,213,206); }
H1.HeaderClassName
{
color: #B3D5CE;
}
.AnyTagClassName
{
color: #B3D5CE;
}
</style>
background-color css
<style>
a { background-color: #B3D5CE; }
a { background-color: rgb(179,213,206); }
div.DivClassName
{
background-color: #B3D5CE;
}
.BgClassName
{
background-color: #B3D5CE;
}
</style>
border-color css
<style>
span { border-color: #B3D5CE; }
span { border-color: rgb(179,213,206); }
td.TdClassName
{
border-color: #B3D5CE;
}
.TagClassName
{
border-color: #B3D5CE;
}
</style>