Shades of Scandal #B5D0CC
Tints of Scandal #B5D0CC
RGB
CMYK
RGB Variations
Color information
#B5D0CC (or 0xB5D0CC) is known color: Scandal. HEX triplet: B5, D0 and CC. RGB value is (181,208,204). Sum of RGB (Red+Green+Blue) = 181+208+204=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D0CC is #4A2F33. Grayscale: #C7C7C7. Windows color (decimal): -4861748 or 13422773. OLE color: 13422773.
HSL color Cylindrical-coordinate representation of color #B5D0CC: hue angle of 171.11º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5D0CC is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 204 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.18 |
| HSL | 171.11º | 0.22% | 0.76% | - |
| HSV(B) | 171.11º | 0.13% | 0.82% | - |
| XYZ | 52.51 | 59.3 | 65.8 | - |
| YUV | 199.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 204 | 0.13 | 0 | 0.02 | 0.18 | 171.11 | 0.22 | 0.76 |
| Hex | B5 | D0 | CC | D | 0 | 2 | 12 | AB | 16 | 4C |
| Octal | 265 | 320 | 314 | 15 | 0 | 2 | 22 | 253 | 26 | 114 |
| Binary | 10110101 | 11010000 | 11001100 | 1101 | 0 | 10 | 10010 | 10101011 | 10110 | 1001100 |
Color Harmonies of #B5D0CC
Complementary color
Monochromatic Colors of #B5D0CC
Black with #B5D0CC
Text Example
Text Example
White with #B5D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D0CC; }
p { color: rgb(181,208,204); }
H1.HeaderClassName
{
color: #B5D0CC;
}
.AnyTagClassName
{
color: #B5D0CC;
}
</style>
background-color css
<style>
a { background-color: #B5D0CC; }
a { background-color: rgb(181,208,204); }
div.DivClassName
{
background-color: #B5D0CC;
}
.BgClassName
{
background-color: #B5D0CC;
}
</style>
border-color css
<style>
span { border-color: #B5D0CC; }
span { border-color: rgb(181,208,204); }
td.TdClassName
{
border-color: #B5D0CC;
}
.TagClassName
{
border-color: #B5D0CC;
}
</style>