Shades of Scandal #B2DDDB
Tints of Scandal #B2DDDB
RGB
CMYK
RGB Variations
Color information
#B2DDDB (or 0xB2DDDB) is known color: Scandal. HEX triplet: B2, DD and DB. RGB value is (178,221,219). Sum of RGB (Red+Green+Blue) = 178+221+219=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDDB is #4D2224. Grayscale: #CFCFCF. Windows color (decimal): -5055013 or 14409138. OLE color: 14409138.
HSL color Cylindrical-coordinate representation of color #B2DDDB: hue angle of 177.21º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DDDB is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 178 | 221 | 219 | - |
CMYK | 0.19 | 0 | 0.01 | 0.13 |
HSL | 177.21º | 0.39% | 0.78% | - |
HSV(B) | 177.21º | 0.19% | 0.87% | - |
XYZ | 57 | 66.29 | 76.81 | - |
YUV | 207.92 | 134.25 | 106.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 221 | 219 | 0.19 | 0 | 0.01 | 0.13 | 177.21 | 0.39 | 0.78 |
Hex | B2 | DD | DB | 13 | 0 | 1 | D | B1 | 27 | 4E |
Octal | 262 | 335 | 333 | 23 | 0 | 1 | 15 | 261 | 47 | 116 |
Binary | 10110010 | 11011101 | 11011011 | 10011 | 0 | 1 | 1101 | 10110001 | 100111 | 1001110 |
Color Harmonies of #B2DDDB
Complementary color
Monochromatic Colors of #B2DDDB
Black with #B2DDDB
Text Example
Text Example
White with #B2DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDDB; }
p { color: rgb(178,221,219); }
H1.HeaderClassName
{
color: #B2DDDB;
}
.AnyTagClassName
{
color: #B2DDDB;
}
</style>
background-color css
<style>
a { background-color: #B2DDDB; }
a { background-color: rgb(178,221,219); }
div.DivClassName
{
background-color: #B2DDDB;
}
.BgClassName
{
background-color: #B2DDDB;
}
</style>
border-color css
<style>
span { border-color: #B2DDDB; }
span { border-color: rgb(178,221,219); }
td.TdClassName
{
border-color: #B2DDDB;
}
.TagClassName
{
border-color: #B2DDDB;
}
</style>