Shades of Scandal #B5DBD6
Tints of Scandal #B5DBD6
RGB
CMYK
RGB Variations
Color information
#B5DBD6 (or 0xB5DBD6) is known color: Scandal. HEX triplet: B5, DB and D6. RGB value is (181,219,214). Sum of RGB (Red+Green+Blue) = 181+219+214=614 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.48% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBD6 is #4A2429. Grayscale: #CFCFCF. Windows color (decimal): -4858922 or 14080949. OLE color: 14080949.
HSL color Cylindrical-coordinate representation of color #B5DBD6: hue angle of 172.11º 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 #B5DBD6 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 181 | 219 | 214 | - |
CMYK | 0.17 | 0 | 0.02 | 0.14 |
HSL | 172.11º | 0.35% | 0.78% | - |
HSV(B) | 172.11º | 0.17% | 0.86% | - |
XYZ | 56.53 | 65.34 | 73.25 | - |
YUV | 207.07 | 131.91 | 109.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 219 | 214 | 0.17 | 0 | 0.02 | 0.14 | 172.11 | 0.35 | 0.78 |
Hex | B5 | DB | D6 | 11 | 0 | 2 | E | AC | 23 | 4E |
Octal | 265 | 333 | 326 | 21 | 0 | 2 | 16 | 254 | 43 | 116 |
Binary | 10110101 | 11011011 | 11010110 | 10001 | 0 | 10 | 1110 | 10101100 | 100011 | 1001110 |
Color Harmonies of #B5DBD6
Complementary color
Monochromatic Colors of #B5DBD6
Black with #B5DBD6
Text Example
Text Example
White with #B5DBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DBD6; }
p { color: rgb(181,219,214); }
H1.HeaderClassName
{
color: #B5DBD6;
}
.AnyTagClassName
{
color: #B5DBD6;
}
</style>
background-color css
<style>
a { background-color: #B5DBD6; }
a { background-color: rgb(181,219,214); }
div.DivClassName
{
background-color: #B5DBD6;
}
.BgClassName
{
background-color: #B5DBD6;
}
</style>
border-color css
<style>
span { border-color: #B5DBD6; }
span { border-color: rgb(181,219,214); }
td.TdClassName
{
border-color: #B5DBD6;
}
.TagClassName
{
border-color: #B5DBD6;
}
</style>