Shades of Scandal #B3DCDA
Tints of Scandal #B3DCDA
RGB
CMYK
RGB Variations
Color information
#B3DCDA (or 0xB3DCDA) is known color: Scandal. HEX triplet: B3, DC and DA. RGB value is (179,220,218). Sum of RGB (Red+Green+Blue) = 179+220+218=617 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.01% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCDA is #4C2325. Grayscale: #CFCFCF. Windows color (decimal): -4989734 or 14343347. OLE color: 14343347.
HSL color Cylindrical-coordinate representation of color #B3DCDA: hue angle of 177.07º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DCDA is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 220 | 218 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.14 |
| HSL | 177.07º | 0.37% | 0.78% | - |
| HSV(B) | 177.07º | 0.19% | 0.86% | - |
| XYZ | 56.84 | 65.83 | 76.04 | - |
| YUV | 207.51 | 133.92 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 220 | 218 | 0.19 | 0 | 0.01 | 0.14 | 177.07 | 0.37 | 0.78 |
| Hex | B3 | DC | DA | 13 | 0 | 1 | E | B1 | 25 | 4E |
| Octal | 263 | 334 | 332 | 23 | 0 | 1 | 16 | 261 | 45 | 116 |
| Binary | 10110011 | 11011100 | 11011010 | 10011 | 0 | 1 | 1110 | 10110001 | 100101 | 1001110 |
Color Harmonies of #B3DCDA
Complementary color
Monochromatic Colors of #B3DCDA
Black with #B3DCDA
Text Example
Text Example
White with #B3DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DCDA; }
p { color: rgb(179,220,218); }
H1.HeaderClassName
{
color: #B3DCDA;
}
.AnyTagClassName
{
color: #B3DCDA;
}
</style>
background-color css
<style>
a { background-color: #B3DCDA; }
a { background-color: rgb(179,220,218); }
div.DivClassName
{
background-color: #B3DCDA;
}
.BgClassName
{
background-color: #B3DCDA;
}
</style>
border-color css
<style>
span { border-color: #B3DCDA; }
span { border-color: rgb(179,220,218); }
td.TdClassName
{
border-color: #B3DCDA;
}
.TagClassName
{
border-color: #B3DCDA;
}
</style>