Shades of Scandal #B3D2CE
Tints of Scandal #B3D2CE
RGB
CMYK
RGB Variations
Color information
#B3D2CE (or 0xB3D2CE) is known color: Scandal. HEX triplet: B3, D2 and CE. RGB value is (179,210,206). Sum of RGB (Red+Green+Blue) = 179+210+206=595 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.08% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D2CE is #4C2D31. Grayscale: #C8C8C8. Windows color (decimal): -4992306 or 13554355. OLE color: 13554355.
HSL color Cylindrical-coordinate representation of color #B3D2CE: hue angle of 172.26º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3D2CE is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 210 | 206 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.18 |
| HSL | 172.26º | 0.26% | 0.76% | - |
| HSV(B) | 172.26º | 0.15% | 0.82% | - |
| XYZ | 52.78 | 60.13 | 67.22 | - |
| YUV | 200.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 210 | 206 | 0.15 | 0 | 0.02 | 0.18 | 172.26 | 0.26 | 0.76 |
| Hex | B3 | D2 | CE | F | 0 | 2 | 12 | AC | 1A | 4C |
| Octal | 263 | 322 | 316 | 17 | 0 | 2 | 22 | 254 | 32 | 114 |
| Binary | 10110011 | 11010010 | 11001110 | 1111 | 0 | 10 | 10010 | 10101100 | 11010 | 1001100 |
Color Harmonies of #B3D2CE
Complementary color
Monochromatic Colors of #B3D2CE
Black with #B3D2CE
Text Example
Text Example
White with #B3D2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D2CE; }
p { color: rgb(179,210,206); }
H1.HeaderClassName
{
color: #B3D2CE;
}
.AnyTagClassName
{
color: #B3D2CE;
}
</style>
background-color css
<style>
a { background-color: #B3D2CE; }
a { background-color: rgb(179,210,206); }
div.DivClassName
{
background-color: #B3D2CE;
}
.BgClassName
{
background-color: #B3D2CE;
}
</style>
border-color css
<style>
span { border-color: #B3D2CE; }
span { border-color: rgb(179,210,206); }
td.TdClassName
{
border-color: #B3D2CE;
}
.TagClassName
{
border-color: #B3D2CE;
}
</style>