Shades of Scandal #B2D4CD
Tints of Scandal #B2D4CD
RGB
CMYK
RGB Variations
Color information
#B2D4CD (or 0xB2D4CD) is known color: Scandal. HEX triplet: B2, D4 and CD. RGB value is (178,212,205). Sum of RGB (Red+Green+Blue) = 178+212+205=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D4CD is #4D2B32. Grayscale: #C9C9C9. Windows color (decimal): -5057331 or 13489330. OLE color: 13489330.
HSL color Cylindrical-coordinate representation of color #B2D4CD: hue angle of 167.65º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2D4CD is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 178 | 212 | 205 | - |
CMYK | 0.16 | 0 | 0.03 | 0.17 |
HSL | 167.65º | 0.28% | 0.76% | - |
HSV(B) | 167.65º | 0.16% | 0.83% | - |
XYZ | 52.92 | 60.96 | 66.73 | - |
YUV | 201.04 | 130.24 | 111.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 212 | 205 | 0.16 | 0 | 0.03 | 0.17 | 167.65 | 0.28 | 0.76 |
Hex | B2 | D4 | CD | 10 | 0 | 3 | 11 | A8 | 1C | 4C |
Octal | 262 | 324 | 315 | 20 | 0 | 3 | 21 | 250 | 34 | 114 |
Binary | 10110010 | 11010100 | 11001101 | 10000 | 0 | 11 | 10001 | 10101000 | 11100 | 1001100 |
Color Harmonies of #B2D4CD
Complementary color
Monochromatic Colors of #B2D4CD
Black with #B2D4CD
Text Example
Text Example
White with #B2D4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D4CD; }
p { color: rgb(178,212,205); }
H1.HeaderClassName
{
color: #B2D4CD;
}
.AnyTagClassName
{
color: #B2D4CD;
}
</style>
background-color css
<style>
a { background-color: #B2D4CD; }
a { background-color: rgb(178,212,205); }
div.DivClassName
{
background-color: #B2D4CD;
}
.BgClassName
{
background-color: #B2D4CD;
}
</style>
border-color css
<style>
span { border-color: #B2D4CD; }
span { border-color: rgb(178,212,205); }
td.TdClassName
{
border-color: #B2D4CD;
}
.TagClassName
{
border-color: #B2D4CD;
}
</style>