#B1CCAA

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

Shades of Rainee #B1CCAA

Tints of Rainee #B1CCAA

Color information

#B1CCAA (or 0xB1CCAA) is unknown color: approx Rainee. HEX triplet: B1, CC and AA. RGB value is (177,204,170). Sum of RGB (Red+Green+Blue) = 177+204+170=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CCAA is #4E3355. Grayscale: #C0C0C0. Windows color (decimal): -5124950 or 11193521. OLE color: 11193521.

HSL color Cylindrical-coordinate representation of color #B1CCAA: hue angle of 107.65º 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 #B1CCAA is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB177204170-
CMYK0.1300.170.2
HSL107.65º25%73.33%-
HSV(B)107.65º16.67%80%-
XYZ46.9855.4446.25-
YUV192.05115.55117.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.12%
GREEN value IS 204 (80.08% from 255) = 37.02%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=32.12%
G=37.02%
B=30.85%

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
Decimal1772041700.1300.170.2107.652573.33
HexB1CCAAD011146c1949
Octal261314252150212415431111
Binary1011000111001100101010101101010001101001101100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CCAA; }

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

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

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

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

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

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

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

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