#B7AEAD

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

Shades of Pink Swan #B7AEAD

Tints of Pink Swan #B7AEAD

Color information

#B7AEAD (or 0xB7AEAD) is unknown color: approx Pink Swan. HEX triplet: B7, AE and AD. RGB value is (183,174,173). Sum of RGB (Red+Green+Blue) = 183+174+173=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AEAD is #485152. Grayscale: #B0B0B0. Windows color (decimal): -4739411 or 11382455. OLE color: 11382455.

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

Color convert

RGB183174173-
CMYK00.050.050.28
HSL6.49%69.8%-
HSV(B)5.46%71.76%-
XYZ42.2143.3645.68-
YUV176.58125.98132.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.53%
GREEN value IS 174 (68.36% from 255) = 32.83%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=34.53%
G=32.83%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317417300.050.050.2866.4969.8
HexB7AEAD0551C6646
Octal2672562550553466106
Binary1011011110101110101011010101101111001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEAD; }

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

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

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

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

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

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

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

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