Shades of Scandal #B5DEDB
Tints of Scandal #B5DEDB
RGB
CMYK
RGB Variations
Color information
#B5DEDB (or 0xB5DEDB) is known color: Scandal. HEX triplet: B5, DE and DB. RGB value is (181,222,219). Sum of RGB (Red+Green+Blue) = 181+222+219=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DEDB is #4A2124. Grayscale: #D1D1D1. Windows color (decimal): -4858149 or 14409397. OLE color: 14409397.
HSL color Cylindrical-coordinate representation of color #B5DEDB: hue angle of 175.61º degrees, saturation: 0.38, 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 #B5DEDB is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 181 | 222 | 219 | - |
CMYK | 0.18 | 0 | 0.01 | 0.13 |
HSL | 175.61º | 0.38% | 0.79% | - |
HSV(B) | 175.61º | 0.18% | 0.87% | - |
XYZ | 57.96 | 67.18 | 76.93 | - |
YUV | 209.4 | 133.42 | 107.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 222 | 219 | 0.18 | 0 | 0.01 | 0.13 | 175.61 | 0.38 | 0.79 |
Hex | B5 | DE | DB | 12 | 0 | 1 | D | B0 | 26 | 4F |
Octal | 265 | 336 | 333 | 22 | 0 | 1 | 15 | 260 | 46 | 117 |
Binary | 10110101 | 11011110 | 11011011 | 10010 | 0 | 1 | 1101 | 10110000 | 100110 | 1001111 |
Color Harmonies of #B5DEDB
Complementary color
Monochromatic Colors of #B5DEDB
Black with #B5DEDB
Text Example
Text Example
White with #B5DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DEDB; }
p { color: rgb(181,222,219); }
H1.HeaderClassName
{
color: #B5DEDB;
}
.AnyTagClassName
{
color: #B5DEDB;
}
</style>
background-color css
<style>
a { background-color: #B5DEDB; }
a { background-color: rgb(181,222,219); }
div.DivClassName
{
background-color: #B5DEDB;
}
.BgClassName
{
background-color: #B5DEDB;
}
</style>
border-color css
<style>
span { border-color: #B5DEDB; }
span { border-color: rgb(181,222,219); }
td.TdClassName
{
border-color: #B5DEDB;
}
.TagClassName
{
border-color: #B5DEDB;
}
</style>