Shades of Scandal #B5DBD5
Tints of Scandal #B5DBD5
RGB
CMYK
RGB Variations
Color information
#B5DBD5 (or 0xB5DBD5) is known color: Scandal. HEX triplet: B5, DB and D5. RGB value is (181,219,213). Sum of RGB (Red+Green+Blue) = 181+219+213=613 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.53% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBD5 is #4A242A. Grayscale: #CECECE. Windows color (decimal): -4858923 or 14015413. OLE color: 14015413.
HSL color Cylindrical-coordinate representation of color #B5DBD5: hue angle of 170.53º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5DBD5 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 181 | 219 | 213 | - |
CMYK | 0.17 | 0 | 0.03 | 0.14 |
HSL | 170.53º | 0.35% | 0.78% | - |
HSV(B) | 170.53º | 0.17% | 0.86% | - |
XYZ | 56.4 | 65.29 | 72.58 | - |
YUV | 206.95 | 131.41 | 109.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 219 | 213 | 0.17 | 0 | 0.03 | 0.14 | 170.53 | 0.35 | 0.78 |
Hex | B5 | DB | D5 | 11 | 0 | 3 | E | AB | 23 | 4E |
Octal | 265 | 333 | 325 | 21 | 0 | 3 | 16 | 253 | 43 | 116 |
Binary | 10110101 | 11011011 | 11010101 | 10001 | 0 | 11 | 1110 | 10101011 | 100011 | 1001110 |
Color Harmonies of #B5DBD5
Complementary color
Monochromatic Colors of #B5DBD5
Black with #B5DBD5
Text Example
Text Example
White with #B5DBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DBD5; }
p { color: rgb(181,219,213); }
H1.HeaderClassName
{
color: #B5DBD5;
}
.AnyTagClassName
{
color: #B5DBD5;
}
</style>
background-color css
<style>
a { background-color: #B5DBD5; }
a { background-color: rgb(181,219,213); }
div.DivClassName
{
background-color: #B5DBD5;
}
.BgClassName
{
background-color: #B5DBD5;
}
</style>
border-color css
<style>
span { border-color: #B5DBD5; }
span { border-color: rgb(181,219,213); }
td.TdClassName
{
border-color: #B5DBD5;
}
.TagClassName
{
border-color: #B5DBD5;
}
</style>