Shades of Rainee #B8CAB3
Tints of Rainee #B8CAB3
RGB
CMYK
RGB Variations
Color information
#B8CAB3 (or 0xB8CAB3) is known color: Rainee. HEX triplet: B8, CA and B3. RGB value is (184,202,179). Sum of RGB (Red+Green+Blue) = 184+202+179=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CAB3 is #47354C. Grayscale: #C2C2C2. Windows color (decimal): -4666701 or 11782840. OLE color: 11782840.
HSL color Cylindrical-coordinate representation of color #B8CAB3: hue angle of 106.96º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8CAB3 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
RGB | 184 | 202 | 179 | - |
CMYK | 0.09 | 0 | 0.11 | 0.21 |
HSL | 106.96º | 0.18% | 0.75% | - |
HSV(B) | 106.96º | 0.11% | 0.79% | - |
XYZ | 49.02 | 55.69 | 50.81 | - |
YUV | 194 | 119.54 | 120.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 202 | 179 | 0.09 | 0 | 0.11 | 0.21 | 106.96 | 0.18 | 0.75 |
Hex | B8 | CA | B3 | 9 | 0 | B | 15 | 6B | 12 | 4B |
Octal | 270 | 312 | 263 | 11 | 0 | 13 | 25 | 153 | 22 | 113 |
Binary | 10111000 | 11001010 | 10110011 | 1001 | 0 | 1011 | 10101 | 1101011 | 10010 | 1001011 |
Color Harmonies of #B8CAB3
Complementary color
Monochromatic Colors of #B8CAB3
Black with #B8CAB3
Text Example
Text Example
White with #B8CAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CAB3; }
p { color: rgb(184,202,179); }
H1.HeaderClassName
{
color: #B8CAB3;
}
.AnyTagClassName
{
color: #B8CAB3;
}
</style>
background-color css
<style>
a { background-color: #B8CAB3; }
a { background-color: rgb(184,202,179); }
div.DivClassName
{
background-color: #B8CAB3;
}
.BgClassName
{
background-color: #B8CAB3;
}
</style>
border-color css
<style>
span { border-color: #B8CAB3; }
span { border-color: rgb(184,202,179); }
td.TdClassName
{
border-color: #B8CAB3;
}
.TagClassName
{
border-color: #B8CAB3;
}
</style>