#BAC5B6

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

Shades of Rainee #BAC5B6

Tints of Rainee #BAC5B6

Color information

#BAC5B6 (or 0xBAC5B6) is unknown color: approx Rainee. HEX triplet: BA, C5 and B6. RGB value is (186,197,182). Sum of RGB (Red+Green+Blue) = 186+197+182=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5B6 is #453A49. Grayscale: #C0C0C0. Windows color (decimal): -4536906 or 11978170. OLE color: 11978170.

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

Color convert

RGB186197182-
CMYK0.0600.080.23
HSL104º11.45%74.31%-
HSV(B)104º7.61%77.25%-
XYZ48.6653.7552.07-
YUV192122.36123.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 197 (77.34% from 255) = 34.87%
BLUE value IS 182 (71.48% from 255) = 32.21%
R=32.92%
G=34.87%
B=32.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971820.0600.080.2310411.4574.31
HexBAC5B66081768b4a
Octal27230526660102715013112
Binary1011101011000101101101101100100010111110100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5B6; }

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

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

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

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

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

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

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

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