#B6AEAE

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

Shades of Pink Swan #B6AEAE

Tints of Pink Swan #B6AEAE

Color information

#B6AEAE (or 0xB6AEAE) is unknown color: approx Pink Swan. HEX triplet: B6, AE and AE. RGB value is (182,174,174). Sum of RGB (Red+Green+Blue) = 182+174+174=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AEAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AEAE is #495151. Grayscale: #B0B0B0. Windows color (decimal): -4804946 or 11447990. OLE color: 11447990.

HSL color Cylindrical-coordinate representation of color #B6AEAE: hue angle of 0º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B6AEAE is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB182174174-
CMYK00.040.040.29
HSL5.19%69.8%-
HSV(B)4.4%71.37%-
XYZ42.0743.2746.18-
YUV176.39126.65132-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.34%
GREEN value IS 174 (68.36% from 255) = 32.83%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=34.34%
G=32.83%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217417400.040.040.2905.1969.8
HexB6AEAE0441D0546
Octal2662562560443505106
Binary10110110101011101010111001001001110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEAE; }

 p { color: rgb(182,174,174); }

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

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

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

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

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

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

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