#B6AEAD

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

Shades of Pink Swan #B6AEAD

Tints of Pink Swan #B6AEAD

Color information

#B6AEAD (or 0xB6AEAD) is unknown color: approx Pink Swan. HEX triplet: B6, AE and AD. RGB value is (182,174,173). Sum of RGB (Red+Green+Blue) = 182+174+173=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AEAD is #495152. Grayscale: #B0B0B0. Windows color (decimal): -4804947 or 11382454. OLE color: 11382454.

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

Color convert

RGB182174173-
CMYK00.040.050.29
HSL6.67º5.81%69.61%-
HSV(B)6.67º4.95%71.37%-
XYZ41.9743.2345.67-
YUV176.28126.15132.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=34.40%
G=32.89%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217417300.040.050.296.675.8169.61
HexB6AEAD0451D7646
Octal2662562550453576106
Binary1011011010101110101011010100101111011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEAD; }

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

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

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

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

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

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

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

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