#B6BAB5

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

Shades of Rainee #B6BAB5

Tints of Rainee #B6BAB5

Color information

#B6BAB5 (or 0xB6BAB5) is unknown color: approx Rainee. HEX triplet: B6, BA and B5. RGB value is (182,186,181). Sum of RGB (Red+Green+Blue) = 182+186+181=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BAB5 is #49454A. Grayscale: #B8B8B8. Windows color (decimal): -4801867 or 11909814. OLE color: 11909814.

HSL color Cylindrical-coordinate representation of color #B6BAB5: hue angle of 108º degrees, saturation: 0.03, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B6BAB5 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB182186181-
CMYK0.0200.030.27
HSL108º3.5%71.96%-
HSV(B)108º2.69%72.94%-
XYZ45.1948.450.68-
YUV184.23126.17126.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.15%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 181 (71.09% from 255) = 32.97%
R=33.15%
G=33.88%
B=32.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821861810.0200.030.271083.571.96
HexB6BAB52031B6c348
Octal266272265203331543110
Binary10110110101110101011010110011110111101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BAB5; }

 p { color: rgb(182,186,181); }

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

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

 a { background-color: rgb(182,186,181); }

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

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

 span { border-color: rgb(182,186,181); }

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