Shades of Scandal #B1D2CC
Tints of Scandal #B1D2CC
RGB
CMYK
RGB Variations
Color information
#B1D2CC (or 0xB1D2CC) is known color: Scandal. HEX triplet: B1, D2 and CC. RGB value is (177,210,204). Sum of RGB (Red+Green+Blue) = 177+210+204=591 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.95% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D2CC is #4E2D33. Grayscale: #C7C7C7. Windows color (decimal): -5123380 or 13423281. OLE color: 13423281.
HSL color Cylindrical-coordinate representation of color #B1D2CC: hue angle of 169.09º 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 #B1D2CC is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 204 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.18 |
| HSL | 169.09º | 0.27% | 0.76% | - |
| HSV(B) | 169.09º | 0.16% | 0.82% | - |
| XYZ | 52.08 | 59.8 | 65.92 | - |
| YUV | 199.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 204 | 0.16 | 0 | 0.03 | 0.18 | 169.09 | 0.27 | 0.76 |
| Hex | B1 | D2 | CC | 10 | 0 | 3 | 12 | A9 | 1B | 4C |
| Octal | 261 | 322 | 314 | 20 | 0 | 3 | 22 | 251 | 33 | 114 |
| Binary | 10110001 | 11010010 | 11001100 | 10000 | 0 | 11 | 10010 | 10101001 | 11011 | 1001100 |
Color Harmonies of #B1D2CC
Complementary color
Monochromatic Colors of #B1D2CC
Black with #B1D2CC
Text Example
Text Example
White with #B1D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D2CC; }
p { color: rgb(177,210,204); }
H1.HeaderClassName
{
color: #B1D2CC;
}
.AnyTagClassName
{
color: #B1D2CC;
}
</style>
background-color css
<style>
a { background-color: #B1D2CC; }
a { background-color: rgb(177,210,204); }
div.DivClassName
{
background-color: #B1D2CC;
}
.BgClassName
{
background-color: #B1D2CC;
}
</style>
border-color css
<style>
span { border-color: #B1D2CC; }
span { border-color: rgb(177,210,204); }
td.TdClassName
{
border-color: #B1D2CC;
}
.TagClassName
{
border-color: #B1D2CC;
}
</style>