Shades of Rainee #B2CDAC
Tints of Rainee #B2CDAC
RGB
CMYK
RGB Variations
Color information
#B2CDAC (or 0xB2CDAC) is known color: Rainee. HEX triplet: B2, CD and AC. RGB value is (178,205,172). Sum of RGB (Red+Green+Blue) = 178+205+172=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CDAC is #4D3253. Grayscale: #C1C1C1. Windows color (decimal): -5059156 or 11324850. OLE color: 11324850.
HSL color Cylindrical-coordinate representation of color #B2CDAC: hue angle of 109.09º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2CDAC is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
RGB | 178 | 205 | 172 | - |
CMYK | 0.13 | 0 | 0.16 | 0.20 |
HSL | 109.09º | 0.25% | 0.74% | - |
HSV(B) | 109.09º | 0.16% | 0.8% | - |
XYZ | 47.64 | 56.11 | 47.35 | - |
YUV | 193.17 | 116.05 | 117.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 205 | 172 | 0.13 | 0 | 0.16 | 0.20 | 109.09 | 0.25 | 0.74 |
Hex | B2 | CD | AC | D | 0 | 10 | 14 | 6D | 19 | 4A |
Octal | 262 | 315 | 254 | 15 | 0 | 20 | 24 | 155 | 31 | 112 |
Binary | 10110010 | 11001101 | 10101100 | 1101 | 0 | 10000 | 10100 | 1101101 | 11001 | 1001010 |
Color Harmonies of #B2CDAC
Complementary color
Monochromatic Colors of #B2CDAC
Black with #B2CDAC
Text Example
Text Example
White with #B2CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CDAC; }
p { color: rgb(178,205,172); }
H1.HeaderClassName
{
color: #B2CDAC;
}
.AnyTagClassName
{
color: #B2CDAC;
}
</style>
background-color css
<style>
a { background-color: #B2CDAC; }
a { background-color: rgb(178,205,172); }
div.DivClassName
{
background-color: #B2CDAC;
}
.BgClassName
{
background-color: #B2CDAC;
}
</style>
border-color css
<style>
span { border-color: #B2CDAC; }
span { border-color: rgb(178,205,172); }
td.TdClassName
{
border-color: #B2CDAC;
}
.TagClassName
{
border-color: #B2CDAC;
}
</style>