#B7ADAC

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

Shades of Pink Swan #B7ADAC

Tints of Pink Swan #B7ADAC

Color information

#B7ADAC (or 0xB7ADAC) is unknown color: approx Pink Swan. HEX triplet: B7, AD and AC. RGB value is (183,173,172). Sum of RGB (Red+Green+Blue) = 183+173+172=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ADAC is #485253. Grayscale: #AFAFAF. Windows color (decimal): -4739668 or 11316663. OLE color: 11316663.

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

Color convert

RGB183173172-
CMYK00.050.060.28
HSL5.45º7.1%69.61%-
HSV(B)5.45º6.01%71.76%-
XYZ41.9242.9345.11-
YUV175.88125.81133.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.66%
GREEN value IS 173 (67.97% from 255) = 32.77%
BLUE value IS 172 (67.58% from 255) = 32.58%
R=34.66%
G=32.77%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317317200.050.060.285.457.169.61
HexB7ADAC0561C5746
Octal2672552540563457106
Binary1011011110101101101011000101110111001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ADAC; }

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

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

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

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

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

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

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

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