Shades of Scandal #B0DBD4
Tints of Scandal #B0DBD4
RGB
CMYK
RGB Variations
Color information
#B0DBD4 (or 0xB0DBD4) is known color: Scandal. HEX triplet: B0, DB and D4. RGB value is (176,219,212). Sum of RGB (Red+Green+Blue) = 176+219+212=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBD4 is #4F242B. Grayscale: #CDCDCD. Windows color (decimal): -5186604 or 13949872. OLE color: 13949872.
HSL color Cylindrical-coordinate representation of color #B0DBD4: hue angle of 170.23º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DBD4 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 212 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.14 |
| HSL | 170.23º | 0.37% | 0.77% | - |
| HSV(B) | 170.23º | 0.2% | 0.86% | - |
| XYZ | 55.12 | 64.65 | 71.86 | - |
| YUV | 205.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 212 | 0.20 | 0 | 0.03 | 0.14 | 170.23 | 0.37 | 0.77 |
| Hex | B0 | DB | D4 | 14 | 0 | 3 | E | AA | 25 | 4D |
| Octal | 260 | 333 | 324 | 24 | 0 | 3 | 16 | 252 | 45 | 115 |
| Binary | 10110000 | 11011011 | 11010100 | 10100 | 0 | 11 | 1110 | 10101010 | 100101 | 1001101 |
Color Harmonies of #B0DBD4
Complementary color
Monochromatic Colors of #B0DBD4
Black with #B0DBD4
Text Example
Text Example
White with #B0DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBD4; }
p { color: rgb(176,219,212); }
H1.HeaderClassName
{
color: #B0DBD4;
}
.AnyTagClassName
{
color: #B0DBD4;
}
</style>
background-color css
<style>
a { background-color: #B0DBD4; }
a { background-color: rgb(176,219,212); }
div.DivClassName
{
background-color: #B0DBD4;
}
.BgClassName
{
background-color: #B0DBD4;
}
</style>
border-color css
<style>
span { border-color: #B0DBD4; }
span { border-color: rgb(176,219,212); }
td.TdClassName
{
border-color: #B0DBD4;
}
.TagClassName
{
border-color: #B0DBD4;
}
</style>