Shades of Scandal #B6DDDB
Tints of Scandal #B6DDDB
RGB
CMYK
RGB Variations
Color information
#B6DDDB (or 0xB6DDDB) is known color: Scandal. HEX triplet: B6, DD and DB. RGB value is (182,221,219). Sum of RGB (Red+Green+Blue) = 182+221+219=622 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.26% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DDDB is #492224. Grayscale: #D1D1D1. Windows color (decimal): -4792869 or 14409142. OLE color: 14409142.
HSL color Cylindrical-coordinate representation of color #B6DDDB: hue angle of 176.92º degrees, saturation: 0.36, 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 #B6DDDB is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 182 | 221 | 219 | - |
CMYK | 0.18 | 0 | 0.01 | 0.13 |
HSL | 176.92º | 0.36% | 0.79% | - |
HSV(B) | 176.92º | 0.18% | 0.87% | - |
XYZ | 57.93 | 66.77 | 76.85 | - |
YUV | 209.11 | 133.58 | 108.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 221 | 219 | 0.18 | 0 | 0.01 | 0.13 | 176.92 | 0.36 | 0.79 |
Hex | B6 | DD | DB | 12 | 0 | 1 | D | B1 | 24 | 4F |
Octal | 266 | 335 | 333 | 22 | 0 | 1 | 15 | 261 | 44 | 117 |
Binary | 10110110 | 11011101 | 11011011 | 10010 | 0 | 1 | 1101 | 10110001 | 100100 | 1001111 |
Color Harmonies of #B6DDDB
Complementary color
Monochromatic Colors of #B6DDDB
Black with #B6DDDB
Text Example
Text Example
White with #B6DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DDDB; }
p { color: rgb(182,221,219); }
H1.HeaderClassName
{
color: #B6DDDB;
}
.AnyTagClassName
{
color: #B6DDDB;
}
</style>
background-color css
<style>
a { background-color: #B6DDDB; }
a { background-color: rgb(182,221,219); }
div.DivClassName
{
background-color: #B6DDDB;
}
.BgClassName
{
background-color: #B6DDDB;
}
</style>
border-color css
<style>
span { border-color: #B6DDDB; }
span { border-color: rgb(182,221,219); }
td.TdClassName
{
border-color: #B6DDDB;
}
.TagClassName
{
border-color: #B6DDDB;
}
</style>