#B6CAB0

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

Shades of Rainee #B6CAB0

Tints of Rainee #B6CAB0

Color information

#B6CAB0 (or 0xB6CAB0) is unknown color: approx Rainee. HEX triplet: B6, CA and B0. RGB value is (182,202,176). Sum of RGB (Red+Green+Blue) = 182+202+176=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CAB0 is #49354F. Grayscale: #C1C1C1. Windows color (decimal): -4797776 or 11586230. OLE color: 11586230.

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

Color convert

RGB182202176-
CMYK0.1000.130.21
HSL106.15º19.7%74.12%-
HSV(B)106.15º12.87%79.22%-
XYZ48.2555.3249.21-
YUV193.06118.37120.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.5%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 176 (69.14% from 255) = 31.43%
R=32.5%
G=36.07%
B=31.43%

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
Decimal1822021760.1000.130.21106.1519.774.12
HexB6CAB0A0D156a144a
Octal266312260120152515224112
Binary101101101100101010110000101001101101011101010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CAB0; }

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

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

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

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

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

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

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

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