#B2C3AE

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

Shades of Rainee #B2C3AE

Tints of Rainee #B2C3AE

Color information

#B2C3AE (or 0xB2C3AE) is unknown color: approx Rainee. HEX triplet: B2, C3 and AE. RGB value is (178,195,174). Sum of RGB (Red+Green+Blue) = 178+195+174=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C3AE is #4D3C51. Grayscale: #BBBBBB. Windows color (decimal): -5061714 or 11453362. OLE color: 11453362.

HSL color Cylindrical-coordinate representation of color #B2C3AE: hue angle of 108.57º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2C3AE is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB178195174-
CMYK0.0900.110.24
HSL108.57º14.89%72.35%-
HSV(B)108.57º10.77%76.47%-
XYZ45.5251.5547.6-
YUV187.52120.37121.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.54%
GREEN value IS 195 (76.56% from 255) = 35.65%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=32.54%
G=35.65%
B=31.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781951740.0900.110.24108.5714.8972.35
HexB2C3AE90B186df48
Octal262303256110133015517110
Binary10110010110000111010111010010101111000110110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C3AE; }

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

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

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

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

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

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

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

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