#B2C1AE

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

Shades of Rainee #B2C1AE

Tints of Rainee #B2C1AE

Color information

#B2C1AE (or 0xB2C1AE) is unknown color: approx Rainee. HEX triplet: B2, C1 and AE. RGB value is (178,193,174). Sum of RGB (Red+Green+Blue) = 178+193+174=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C1AE is #4D3E51. Grayscale: #BABABA. Windows color (decimal): -5062226 or 11452850. OLE color: 11452850.

HSL color Cylindrical-coordinate representation of color #B2C1AE: hue angle of 107.37º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2C1AE is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB178193174-
CMYK0.0800.100.24
HSL107.37º13.29%71.96%-
HSV(B)107.37º9.84%75.69%-
XYZ45.0750.6647.45-
YUV186.35121.03122.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 193 (75.78% from 255) = 35.41%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=32.66%
G=35.41%
B=31.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781931740.0800.100.24107.3713.2971.96
HexB2C1AE80A186bd48
Octal262301256100123015315110
Binary10110010110000011010111010000101011000110101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C1AE; }

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

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

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

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

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

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

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

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