Shades of Scandal #B1D2CD
Tints of Scandal #B1D2CD
RGB
CMYK
RGB Variations
Color information
#B1D2CD (or 0xB1D2CD) is known color: Scandal. HEX triplet: B1, D2 and CD. RGB value is (177,210,205). Sum of RGB (Red+Green+Blue) = 177+210+205=592 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.90% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D2CD is #4E2D32. Grayscale: #C7C7C7. Windows color (decimal): -5123379 or 13488817. OLE color: 13488817.
HSL color Cylindrical-coordinate representation of color #B1D2CD: hue angle of 170.91º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1D2CD is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 205 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.18 |
| HSL | 170.91º | 0.27% | 0.76% | - |
| HSV(B) | 170.91º | 0.16% | 0.82% | - |
| XYZ | 52.2 | 59.85 | 66.56 | - |
| YUV | 199.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 205 | 0.16 | 0 | 0.02 | 0.18 | 170.91 | 0.27 | 0.76 |
| Hex | B1 | D2 | CD | 10 | 0 | 2 | 12 | AB | 1B | 4C |
| Octal | 261 | 322 | 315 | 20 | 0 | 2 | 22 | 253 | 33 | 114 |
| Binary | 10110001 | 11010010 | 11001101 | 10000 | 0 | 10 | 10010 | 10101011 | 11011 | 1001100 |
Color Harmonies of #B1D2CD
Complementary color
Monochromatic Colors of #B1D2CD
Black with #B1D2CD
Text Example
Text Example
White with #B1D2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D2CD; }
p { color: rgb(177,210,205); }
H1.HeaderClassName
{
color: #B1D2CD;
}
.AnyTagClassName
{
color: #B1D2CD;
}
</style>
background-color css
<style>
a { background-color: #B1D2CD; }
a { background-color: rgb(177,210,205); }
div.DivClassName
{
background-color: #B1D2CD;
}
.BgClassName
{
background-color: #B1D2CD;
}
</style>
border-color css
<style>
span { border-color: #B1D2CD; }
span { border-color: rgb(177,210,205); }
td.TdClassName
{
border-color: #B1D2CD;
}
.TagClassName
{
border-color: #B1D2CD;
}
</style>