#B1CDAA

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

Shades of Rainee #B1CDAA

Tints of Rainee #B1CDAA

Color information

#B1CDAA (or 0xB1CDAA) is unknown color: approx Rainee. HEX triplet: B1, CD and AA. RGB value is (177,205,170). Sum of RGB (Red+Green+Blue) = 177+205+170=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CDAA is #4E3255. Grayscale: #C0C0C0. Windows color (decimal): -5124694 or 11193777. OLE color: 11193777.

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

Color convert

RGB177205170-
CMYK0.1400.170.20
HSL108º25.93%73.53%-
HSV(B)108º17.07%80.39%-
XYZ47.2255.9146.33-
YUV192.64115.22116.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.07%
GREEN value IS 205 (80.47% from 255) = 37.14%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=32.07%
G=37.14%
B=30.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772051700.1400.170.2010825.9373.53
HexB1CDAAE011146c1a4a
Octal261315252160212415432112
Binary1011000111001101101010101110010001101001101100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CDAA; }

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

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

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

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

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

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

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

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