#B2C5AE

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

Shades of Rainee #B2C5AE

Tints of Rainee #B2C5AE

Color information

#B2C5AE (or 0xB2C5AE) is unknown color: approx Rainee. HEX triplet: B2, C5 and AE. RGB value is (178,197,174). Sum of RGB (Red+Green+Blue) = 178+197+174=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C5AE is #4D3A51. Grayscale: #BCBCBC. Windows color (decimal): -5061202 or 11453874. OLE color: 11453874.

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

Color convert

RGB178197174-
CMYK0.1000.120.23
HSL109.57º16.55%72.75%-
HSV(B)109.57º11.68%77.25%-
XYZ45.9752.4547.75-
YUV188.7119.71120.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.42%
GREEN value IS 197 (77.34% from 255) = 35.88%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=32.42%
G=35.88%
B=31.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781971740.1000.120.23109.5716.5572.75
HexB2C5AEA0C176e1149
Octal262305256120142715621111
Binary101100101100010110101110101001100101111101110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C5AE; }

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

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

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

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

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

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

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

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