Shades of Scandal #B5DDDB
Tints of Scandal #B5DDDB
RGB
CMYK
RGB Variations
Color information
#B5DDDB (or 0xB5DDDB) is known color: Scandal. HEX triplet: B5, DD and DB. RGB value is (181,221,219). Sum of RGB (Red+Green+Blue) = 181+221+219=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DDDB is #4A2224. Grayscale: #D0D0D0. Windows color (decimal): -4858405 or 14409141. OLE color: 14409141.
HSL color Cylindrical-coordinate representation of color #B5DDDB: hue angle of 177º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DDDB is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 181 | 221 | 219 | - |
CMYK | 0.18 | 0 | 0.01 | 0.13 |
HSL | 177º | 0.37% | 0.79% | - |
HSV(B) | 177º | 0.18% | 0.87% | - |
XYZ | 57.7 | 66.65 | 76.84 | - |
YUV | 208.81 | 133.75 | 108.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 221 | 219 | 0.18 | 0 | 0.01 | 0.13 | 177 | 0.37 | 0.79 |
Hex | B5 | DD | DB | 12 | 0 | 1 | D | B1 | 25 | 4F |
Octal | 265 | 335 | 333 | 22 | 0 | 1 | 15 | 261 | 45 | 117 |
Binary | 10110101 | 11011101 | 11011011 | 10010 | 0 | 1 | 1101 | 10110001 | 100101 | 1001111 |
Color Harmonies of #B5DDDB
Complementary color
Monochromatic Colors of #B5DDDB
Black with #B5DDDB
Text Example
Text Example
White with #B5DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DDDB; }
p { color: rgb(181,221,219); }
H1.HeaderClassName
{
color: #B5DDDB;
}
.AnyTagClassName
{
color: #B5DDDB;
}
</style>
background-color css
<style>
a { background-color: #B5DDDB; }
a { background-color: rgb(181,221,219); }
div.DivClassName
{
background-color: #B5DDDB;
}
.BgClassName
{
background-color: #B5DDDB;
}
</style>
border-color css
<style>
span { border-color: #B5DDDB; }
span { border-color: rgb(181,221,219); }
td.TdClassName
{
border-color: #B5DDDB;
}
.TagClassName
{
border-color: #B5DDDB;
}
</style>