#B5CDAA

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

Shades of Rainee #B5CDAA

Tints of Rainee #B5CDAA

Color information

#B5CDAA (or 0xB5CDAA) is unknown color: approx Rainee. HEX triplet: B5, CD and AA. RGB value is (181,205,170). Sum of RGB (Red+Green+Blue) = 181+205+170=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CDAA is #4A3255. Grayscale: #C1C1C1. Windows color (decimal): -4862550 or 11193781. OLE color: 11193781.

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

Color convert

RGB181205170-
CMYK0.1200.170.20
HSL101.14º25.93%73.53%-
HSV(B)101.14º17.07%80.39%-
XYZ48.1456.3946.38-
YUV193.83114.55118.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.55%
GREEN value IS 205 (80.47% from 255) = 36.87%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=32.55%
G=36.87%
B=30.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812051700.1200.170.20101.1425.9373.53
HexB5CDAAC01114651a4a
Octal265315252140212414532112
Binary1011010111001101101010101100010001101001100101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDAA; }

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

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

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

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

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

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

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

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