Shades of Scandal #B1DBD6
Tints of Scandal #B1DBD6
RGB
CMYK
RGB Variations
Color information
#B1DBD6 (or 0xB1DBD6) is known color: Scandal. HEX triplet: B1, DB and D6. RGB value is (177,219,214). Sum of RGB (Red+Green+Blue) = 177+219+214=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBD6 is #4E2429. Grayscale: #CDCDCD. Windows color (decimal): -5121066 or 14080945. OLE color: 14080945.
HSL color Cylindrical-coordinate representation of color #B1DBD6: hue angle of 172.86º 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 #B1DBD6 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 214 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.14 |
| HSL | 172.86º | 0.37% | 0.78% | - |
| HSV(B) | 172.86º | 0.19% | 0.86% | - |
| XYZ | 55.6 | 64.87 | 73.21 | - |
| YUV | 205.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 214 | 0.19 | 0 | 0.02 | 0.14 | 172.86 | 0.37 | 0.78 |
| Hex | B1 | DB | D6 | 13 | 0 | 2 | E | AD | 25 | 4E |
| Octal | 261 | 333 | 326 | 23 | 0 | 2 | 16 | 255 | 45 | 116 |
| Binary | 10110001 | 11011011 | 11010110 | 10011 | 0 | 10 | 1110 | 10101101 | 100101 | 1001110 |
Color Harmonies of #B1DBD6
Complementary color
Monochromatic Colors of #B1DBD6
Black with #B1DBD6
Text Example
Text Example
White with #B1DBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBD6; }
p { color: rgb(177,219,214); }
H1.HeaderClassName
{
color: #B1DBD6;
}
.AnyTagClassName
{
color: #B1DBD6;
}
</style>
background-color css
<style>
a { background-color: #B1DBD6; }
a { background-color: rgb(177,219,214); }
div.DivClassName
{
background-color: #B1DBD6;
}
.BgClassName
{
background-color: #B1DBD6;
}
</style>
border-color css
<style>
span { border-color: #B1DBD6; }
span { border-color: rgb(177,219,214); }
td.TdClassName
{
border-color: #B1DBD6;
}
.TagClassName
{
border-color: #B1DBD6;
}
</style>