Shades of Scandal #B5CECB
Tints of Scandal #B5CECB
RGB
CMYK
RGB Variations
Color information
#B5CECB (or 0xB5CECB) is known color: Scandal. HEX triplet: B5, CE and CB. RGB value is (181,206,203). Sum of RGB (Red+Green+Blue) = 181+206+203=590 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.68% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CECB is #4A3134. Grayscale: #C6C6C6. Windows color (decimal): -4862261 or 13356725. OLE color: 13356725.
HSL color Cylindrical-coordinate representation of color #B5CECB: hue angle of 172.8º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CECB is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 203 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.19 |
| HSL | 172.8º | 0.2% | 0.76% | - |
| HSV(B) | 172.8º | 0.12% | 0.81% | - |
| XYZ | 51.91 | 58.28 | 65.01 | - |
| YUV | 198.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 203 | 0.12 | 0 | 0.01 | 0.19 | 172.8 | 0.2 | 0.76 |
| Hex | B5 | CE | CB | C | 0 | 1 | 13 | AD | 14 | 4C |
| Octal | 265 | 316 | 313 | 14 | 0 | 1 | 23 | 255 | 24 | 114 |
| Binary | 10110101 | 11001110 | 11001011 | 1100 | 0 | 1 | 10011 | 10101101 | 10100 | 1001100 |
Color Harmonies of #B5CECB
Complementary color
Monochromatic Colors of #B5CECB
Black with #B5CECB
Text Example
Text Example
White with #B5CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CECB; }
p { color: rgb(181,206,203); }
H1.HeaderClassName
{
color: #B5CECB;
}
.AnyTagClassName
{
color: #B5CECB;
}
</style>
background-color css
<style>
a { background-color: #B5CECB; }
a { background-color: rgb(181,206,203); }
div.DivClassName
{
background-color: #B5CECB;
}
.BgClassName
{
background-color: #B5CECB;
}
</style>
border-color css
<style>
span { border-color: #B5CECB; }
span { border-color: rgb(181,206,203); }
td.TdClassName
{
border-color: #B5CECB;
}
.TagClassName
{
border-color: #B5CECB;
}
</style>