#B2C5AA

Color #B2C5AA Rainee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rainee #B2C5AA

Tints of Rainee #B2C5AA

Color information

#B2C5AA (or 0xB2C5AA) is unknown color: approx Rainee. HEX triplet: B2, C5 and AA. RGB value is (178,197,170). Sum of RGB (Red+Green+Blue) = 178+197+170=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C5AA is #4D3A55. Grayscale: #BCBCBC. Windows color (decimal): -5061206 or 11191730. OLE color: 11191730.

HSL color Cylindrical-coordinate representation of color #B2C5AA: hue angle of 102.22º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2C5AA is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB178197170-
CMYK0.1000.140.23
HSL102.22º18.88%71.96%-
HSV(B)102.22º13.71%77.25%-
XYZ45.5852.345.72-
YUV188.24117.71120.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 197 (77.34% from 255) = 36.15%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=32.66%
G=36.15%
B=31.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781971700.1000.140.23102.2218.8871.96
HexB2C5AAA0E17661348
Octal262305252120162714623110
Binary101100101100010110101010101001110101111100110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C5AA; }

 p { color: rgb(178,197,170); }

 H1.HeaderClassName
 {
   color: #B2C5AA;
 }
 .AnyTagClassName
 {
   color: #B2C5AA;
 }
</style>
background-color css

<style>
 a { background-color: #B2C5AA; }

 a { background-color: rgb(178,197,170); }

 div.DivClassName
 {
   background-color: #B2C5AA;
 }
 .BgClassName
 {
   background-color: #B2C5AA;
 }
</style>
border-color css

<style>
 span { border-color: #B2C5AA; }

 span { border-color: rgb(178,197,170); }

 td.TdClassName
 {
   border-color: #B2C5AA;
 }
 .TagClassName
 {
   border-color: #B2C5AA;
 }
</style>