Shades of Scandal #B2D1CC
Tints of Scandal #B2D1CC
RGB
CMYK
RGB Variations
Color information
#B2D1CC (or 0xB2D1CC) is known color: Scandal. HEX triplet: B2, D1 and CC. RGB value is (178,209,204). Sum of RGB (Red+Green+Blue) = 178+209+204=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D1CC is #4D2E33. Grayscale: #C7C7C7. Windows color (decimal): -5058100 or 13423026. OLE color: 13423026.
HSL color Cylindrical-coordinate representation of color #B2D1CC: hue angle of 170.32º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2D1CC is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 178 | 209 | 204 | - |
CMYK | 0.15 | 0 | 0.02 | 0.18 |
HSL | 170.32º | 0.25% | 0.76% | - |
HSV(B) | 170.32º | 0.15% | 0.82% | - |
XYZ | 52.06 | 59.43 | 65.85 | - |
YUV | 199.16 | 130.73 | 112.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 209 | 204 | 0.15 | 0 | 0.02 | 0.18 | 170.32 | 0.25 | 0.76 |
Hex | B2 | D1 | CC | F | 0 | 2 | 12 | AA | 19 | 4C |
Octal | 262 | 321 | 314 | 17 | 0 | 2 | 22 | 252 | 31 | 114 |
Binary | 10110010 | 11010001 | 11001100 | 1111 | 0 | 10 | 10010 | 10101010 | 11001 | 1001100 |
Color Harmonies of #B2D1CC
Complementary color
Monochromatic Colors of #B2D1CC
Black with #B2D1CC
Text Example
Text Example
White with #B2D1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D1CC; }
p { color: rgb(178,209,204); }
H1.HeaderClassName
{
color: #B2D1CC;
}
.AnyTagClassName
{
color: #B2D1CC;
}
</style>
background-color css
<style>
a { background-color: #B2D1CC; }
a { background-color: rgb(178,209,204); }
div.DivClassName
{
background-color: #B2D1CC;
}
.BgClassName
{
background-color: #B2D1CC;
}
</style>
border-color css
<style>
span { border-color: #B2D1CC; }
span { border-color: rgb(178,209,204); }
td.TdClassName
{
border-color: #B2D1CC;
}
.TagClassName
{
border-color: #B2D1CC;
}
</style>