#B5C5AE

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

Shades of Rainee #B5C5AE

Tints of Rainee #B5C5AE

Color information

#B5C5AE (or 0xB5C5AE) is unknown color: approx Rainee. HEX triplet: B5, C5 and AE. RGB value is (181,197,174). Sum of RGB (Red+Green+Blue) = 181+197+174=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C5AE is #4A3A51. Grayscale: #BDBDBD. Windows color (decimal): -4864594 or 11453877. OLE color: 11453877.

HSL color Cylindrical-coordinate representation of color #B5C5AE: hue angle of 101.74º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5C5AE is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB181197174-
CMYK0.0800.120.23
HSL101.74º16.55%72.75%-
HSV(B)101.74º11.68%77.25%-
XYZ46.6652.8147.78-
YUV189.59119.2121.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.79%
GREEN value IS 197 (77.34% from 255) = 35.69%
BLUE value IS 174 (68.36% from 255) = 31.52%
R=32.79%
G=35.69%
B=31.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811971740.0800.120.23101.7416.5572.75
HexB5C5AE80C17661149
Octal265305256100142714621111
Binary101101011100010110101110100001100101111100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C5AE; }

 p { color: rgb(181,197,174); }

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

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

 a { background-color: rgb(181,197,174); }

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

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

 span { border-color: rgb(181,197,174); }

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