#B5CAB0

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

Shades of Rainee #B5CAB0

Tints of Rainee #B5CAB0

Color information

#B5CAB0 (or 0xB5CAB0) is unknown color: approx Rainee. HEX triplet: B5, CA and B0. RGB value is (181,202,176). Sum of RGB (Red+Green+Blue) = 181+202+176=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CAB0 is #4A354F. Grayscale: #C0C0C0. Windows color (decimal): -4863312 or 11586229. OLE color: 11586229.

HSL color Cylindrical-coordinate representation of color #B5CAB0: hue angle of 108.46º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5CAB0 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB181202176-
CMYK0.1000.130.21
HSL108.46º19.7%74.12%-
HSV(B)108.46º12.87%79.22%-
XYZ48.0155.249.2-
YUV192.76118.54119.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.38%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 176 (69.14% from 255) = 31.48%
R=32.38%
G=36.14%
B=31.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1812021760.1000.130.21108.4619.774.12
HexB5CAB0A0D156c144a
Octal265312260120152515424112
Binary101101011100101010110000101001101101011101100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CAB0; }

 p { color: rgb(181,202,176); }

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

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

 a { background-color: rgb(181,202,176); }

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

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

 span { border-color: rgb(181,202,176); }

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