#BAB5B6

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

Shades of Pink Flare #BAB5B6

Tints of Pink Flare #BAB5B6

Color information

#BAB5B6 (or 0xBAB5B6) is unknown color: approx Pink Flare. HEX triplet: BA, B5 and B6. RGB value is (186,181,182). Sum of RGB (Red+Green+Blue) = 186+181+182=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5B6 is #454A49. Grayscale: #B6B6B6. Windows color (decimal): -4541002 or 11974074. OLE color: 11974074.

HSL color Cylindrical-coordinate representation of color #BAB5B6: hue angle of 348º 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 #BAB5B6 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB186181182-
CMYK00.030.020.27
HSL348º3.5%71.96%-
HSV(B)348º2.69%72.94%-
XYZ45.2246.8650.92-
YUV182.61127.66130.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618118200.030.020.273483.571.96
HexBAB5B60321B15c348
Octal272265266032335343110
Binary1011101010110101101101100111011011101011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5B6; }

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

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

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

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

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

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

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

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