Html Css Color HEX #B9ADAC Pink Swan

📋 copy color: '#B9ADAC'

red 185 ◦ green 173 ◦ blue 172

#B9ADAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Swan #B9ADAC

Tints of Pink Swan #B9ADAC

RGB

 RED value IS 185 (72.66% from 255) = 34.91%

 GREEN value IS 173 (67.97% from 255) = 32.64%

 BLUE value IS 172 (67.58% from 255) = 32.45%

R = 34.91%
G = 32.64%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B9ADAC (or 0xB9ADAC) is known color: Pink Swan. HEX triplet: B9, AD and AC. RGB value is (185,173,172). Sum of RGB (Red+Green+Blue) = 185+173+172=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ADAC is #465253. Grayscale: #B0B0B0. Windows color (decimal): -4608596 or 11316665. OLE color: 11316665.

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

Color convert

RGB 185 173 172 -
CMYK 0 0.06 0.07 0.27
HSL 4.62º 0.08% 0.7% -
HSV(B) 4.62º 0.07% 0.73% -
XYZ 42.4 43.18 45.13 -
YUV 176.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 185 173 172 0 0.06 0.07 0.27 4.62 0.08 0.7
Hex B9 AD AC 0 6 7 1B 5 8 46
Octal 271 255 254 0 6 7 33 5 10 106
Binary 10111001 10101101 10101100 0 110 111 11011 101 1000 1000110

Color Harmonies of #B9ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADAC

Black with #B9ADAC

Text Example


Text Example

White with #B9ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADAC; }

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

 H1.HeaderClassName
 {
   color: #B9ADAC;
 }
 .AnyTagClassName
 {
   color: #B9ADAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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