Shades of Scandal #B1D4CE
Tints of Scandal #B1D4CE
RGB
CMYK
RGB Variations
Color information
#B1D4CE (or 0xB1D4CE) is known color: Scandal. HEX triplet: B1, D4 and CE. RGB value is (177,212,206). Sum of RGB (Red+Green+Blue) = 177+212+206=595 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.75% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D4CE is #4E2B31. Grayscale: #C8C8C8. Windows color (decimal): -5122866 or 13554865. OLE color: 13554865.
HSL color Cylindrical-coordinate representation of color #B1D4CE: hue angle of 169.71º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1D4CE is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 212 | 206 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.17 |
| HSL | 169.71º | 0.29% | 0.76% | - |
| HSV(B) | 169.71º | 0.17% | 0.83% | - |
| XYZ | 52.82 | 60.89 | 67.36 | - |
| YUV | 200.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 212 | 206 | 0.17 | 0 | 0.03 | 0.17 | 169.71 | 0.29 | 0.76 |
| Hex | B1 | D4 | CE | 11 | 0 | 3 | 11 | AA | 1D | 4C |
| Octal | 261 | 324 | 316 | 21 | 0 | 3 | 21 | 252 | 35 | 114 |
| Binary | 10110001 | 11010100 | 11001110 | 10001 | 0 | 11 | 10001 | 10101010 | 11101 | 1001100 |
Color Harmonies of #B1D4CE
Complementary color
Monochromatic Colors of #B1D4CE
Black with #B1D4CE
Text Example
Text Example
White with #B1D4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D4CE; }
p { color: rgb(177,212,206); }
H1.HeaderClassName
{
color: #B1D4CE;
}
.AnyTagClassName
{
color: #B1D4CE;
}
</style>
background-color css
<style>
a { background-color: #B1D4CE; }
a { background-color: rgb(177,212,206); }
div.DivClassName
{
background-color: #B1D4CE;
}
.BgClassName
{
background-color: #B1D4CE;
}
</style>
border-color css
<style>
span { border-color: #B1D4CE; }
span { border-color: rgb(177,212,206); }
td.TdClassName
{
border-color: #B1D4CE;
}
.TagClassName
{
border-color: #B1D4CE;
}
</style>