Shades of Scandal #B1D0CB
Tints of Scandal #B1D0CB
RGB
CMYK
RGB Variations
Color information
#B1D0CB (or 0xB1D0CB) is known color: Scandal. HEX triplet: B1, D0 and CB. RGB value is (177,208,203). Sum of RGB (Red+Green+Blue) = 177+208+203=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D0CB is #4E2F34. Grayscale: #C6C6C6. Windows color (decimal): -5123893 or 13357233. OLE color: 13357233.
HSL color Cylindrical-coordinate representation of color #B1D0CB: hue angle of 170.32º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1D0CB is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 208 | 203 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.18 |
| HSL | 170.32º | 0.25% | 0.75% | - |
| HSV(B) | 170.32º | 0.15% | 0.82% | - |
| XYZ | 51.47 | 58.77 | 65.13 | - |
| YUV | 198.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 208 | 203 | 0.15 | 0 | 0.02 | 0.18 | 170.32 | 0.25 | 0.75 |
| Hex | B1 | D0 | CB | F | 0 | 2 | 12 | AA | 19 | 4B |
| Octal | 261 | 320 | 313 | 17 | 0 | 2 | 22 | 252 | 31 | 113 |
| Binary | 10110001 | 11010000 | 11001011 | 1111 | 0 | 10 | 10010 | 10101010 | 11001 | 1001011 |
Color Harmonies of #B1D0CB
Complementary color
Monochromatic Colors of #B1D0CB
Black with #B1D0CB
Text Example
Text Example
White with #B1D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D0CB; }
p { color: rgb(177,208,203); }
H1.HeaderClassName
{
color: #B1D0CB;
}
.AnyTagClassName
{
color: #B1D0CB;
}
</style>
background-color css
<style>
a { background-color: #B1D0CB; }
a { background-color: rgb(177,208,203); }
div.DivClassName
{
background-color: #B1D0CB;
}
.BgClassName
{
background-color: #B1D0CB;
}
</style>
border-color css
<style>
span { border-color: #B1D0CB; }
span { border-color: rgb(177,208,203); }
td.TdClassName
{
border-color: #B1D0CB;
}
.TagClassName
{
border-color: #B1D0CB;
}
</style>