Shades of Scandal #B2DFDA
Tints of Scandal #B2DFDA
RGB
CMYK
RGB Variations
Color information
#B2DFDA (or 0xB2DFDA) is known color: Scandal. HEX triplet: B2, DF and DA. RGB value is (178,223,218). Sum of RGB (Red+Green+Blue) = 178+223+218=619 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.76% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFDA is #4D2025. Grayscale: #D0D0D0. Windows color (decimal): -5054502 or 14344114. OLE color: 14344114.
HSL color Cylindrical-coordinate representation of color #B2DFDA: hue angle of 173.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DFDA is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 218 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.13 |
| HSL | 173.33º | 0.41% | 0.79% | - |
| HSV(B) | 173.33º | 0.2% | 0.87% | - |
| XYZ | 57.4 | 67.3 | 76.29 | - |
| YUV | 208.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 218 | 0.20 | 0 | 0.02 | 0.13 | 173.33 | 0.41 | 0.79 |
| Hex | B2 | DF | DA | 14 | 0 | 2 | D | AD | 29 | 4F |
| Octal | 262 | 337 | 332 | 24 | 0 | 2 | 15 | 255 | 51 | 117 |
| Binary | 10110010 | 11011111 | 11011010 | 10100 | 0 | 10 | 1101 | 10101101 | 101001 | 1001111 |
Color Harmonies of #B2DFDA
Complementary color
Monochromatic Colors of #B2DFDA
Black with #B2DFDA
Text Example
Text Example
White with #B2DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFDA; }
p { color: rgb(178,223,218); }
H1.HeaderClassName
{
color: #B2DFDA;
}
.AnyTagClassName
{
color: #B2DFDA;
}
</style>
background-color css
<style>
a { background-color: #B2DFDA; }
a { background-color: rgb(178,223,218); }
div.DivClassName
{
background-color: #B2DFDA;
}
.BgClassName
{
background-color: #B2DFDA;
}
</style>
border-color css
<style>
span { border-color: #B2DFDA; }
span { border-color: rgb(178,223,218); }
td.TdClassName
{
border-color: #B2DFDA;
}
.TagClassName
{
border-color: #B2DFDA;
}
</style>