Shades of Scandal #B5DFDC
Tints of Scandal #B5DFDC
RGB
CMYK
RGB Variations
Color information
#B5DFDC (or 0xB5DFDC) is known color: Scandal. HEX triplet: B5, DF and DC. RGB value is (181,223,220). Sum of RGB (Red+Green+Blue) = 181+223+220=624 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.01% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFDC is #4A2023. Grayscale: #D2D2D2. Windows color (decimal): -4857892 or 14475189. OLE color: 14475189.
HSL color Cylindrical-coordinate representation of color #B5DFDC: hue angle of 175.71º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5DFDC is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 220 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.13 |
| HSL | 175.71º | 0.4% | 0.79% | - |
| HSV(B) | 175.71º | 0.19% | 0.87% | - |
| XYZ | 58.36 | 67.77 | 77.71 | - |
| YUV | 210.1 | 133.59 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 220 | 0.19 | 0 | 0.01 | 0.13 | 175.71 | 0.4 | 0.79 |
| Hex | B5 | DF | DC | 13 | 0 | 1 | D | B0 | 28 | 4F |
| Octal | 265 | 337 | 334 | 23 | 0 | 1 | 15 | 260 | 50 | 117 |
| Binary | 10110101 | 11011111 | 11011100 | 10011 | 0 | 1 | 1101 | 10110000 | 101000 | 1001111 |
Color Harmonies of #B5DFDC
Complementary color
Monochromatic Colors of #B5DFDC
Black with #B5DFDC
Text Example
Text Example
White with #B5DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DFDC; }
p { color: rgb(181,223,220); }
H1.HeaderClassName
{
color: #B5DFDC;
}
.AnyTagClassName
{
color: #B5DFDC;
}
</style>
background-color css
<style>
a { background-color: #B5DFDC; }
a { background-color: rgb(181,223,220); }
div.DivClassName
{
background-color: #B5DFDC;
}
.BgClassName
{
background-color: #B5DFDC;
}
</style>
border-color css
<style>
span { border-color: #B5DFDC; }
span { border-color: rgb(181,223,220); }
td.TdClassName
{
border-color: #B5DFDC;
}
.TagClassName
{
border-color: #B5DFDC;
}
</style>