#B2CCAA

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

Shades of Rainee #B2CCAA

Tints of Rainee #B2CCAA

Color information

#B2CCAA (or 0xB2CCAA) is unknown color: approx Rainee. HEX triplet: B2, CC and AA. RGB value is (178,204,170). Sum of RGB (Red+Green+Blue) = 178+204+170=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CCAA is #4D3355. Grayscale: #C0C0C0. Windows color (decimal): -5059414 or 11193522. OLE color: 11193522.

HSL color Cylindrical-coordinate representation of color #B2CCAA: hue angle of 105.88º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2CCAA is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB178204170-
CMYK0.1300.170.2
HSL105.88º25%73.33%-
HSV(B)105.88º16.67%80%-
XYZ47.2155.5546.26-
YUV192.35115.39117.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.25%
GREEN value IS 204 (80.08% from 255) = 36.96%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=32.25%
G=36.96%
B=30.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1782041700.1300.170.2105.882573.33
HexB2CCAAD011146a1949
Octal262314252150212415231111
Binary1011001011001100101010101101010001101001101010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CCAA; }

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

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

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

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

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

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

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

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