#B5ADAC

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

Shades of Pink Swan #B5ADAC

Tints of Pink Swan #B5ADAC

Color information

#B5ADAC (or 0xB5ADAC) is unknown color: approx Pink Swan. HEX triplet: B5, AD and AC. RGB value is (181,173,172). Sum of RGB (Red+Green+Blue) = 181+173+172=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ADAC is #4A5253. Grayscale: #AFAFAF. Windows color (decimal): -4870740 or 11316661. OLE color: 11316661.

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

Color convert

RGB181173172-
CMYK00.040.050.29
HSL6.67º5.73%69.22%-
HSV(B)6.67º4.97%70.98%-
XYZ41.4542.6945.09-
YUV175.28126.15132.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.41%
GREEN value IS 173 (67.97% from 255) = 32.89%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=34.41%
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
Decimal18117317200.040.050.296.675.7369.22
HexB5ADAC0451D7645
Octal2652552540453576105
Binary1011010110101101101011000100101111011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADAC; }

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

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

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

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

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

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

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

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