#B2CEAA

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

Shades of Rainee #B2CEAA

Tints of Rainee #B2CEAA

Color information

#B2CEAA (or 0xB2CEAA) is unknown color: approx Rainee. HEX triplet: B2, CE and AA. RGB value is (178,206,170). Sum of RGB (Red+Green+Blue) = 178+206+170=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CEAA is #4D3155. Grayscale: #C1C1C1. Windows color (decimal): -5058902 or 11194034. OLE color: 11194034.

HSL color Cylindrical-coordinate representation of color #B2CEAA: hue angle of 106.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2CEAA is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB178206170-
CMYK0.1400.170.19
HSL106.67º26.87%73.73%-
HSV(B)106.67º17.48%80.78%-
XYZ47.6956.5146.42-
YUV193.52114.72116.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.13%
GREEN value IS 206 (80.86% from 255) = 37.18%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=32.13%
G=37.18%
B=30.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782061700.1400.170.19106.6726.8773.73
HexB2CEAAE011136b1b4a
Octal262316252160212315333112
Binary1011001011001110101010101110010001100111101011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CEAA; }

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

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

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

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

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

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

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

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