Html Css Color HEX #B9AEAC Pink Swan

📋 copy color: '#B9AEAC'

red 185 ◦ green 174 ◦ blue 172

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

Shades of Pink Swan #B9AEAC

Tints of Pink Swan #B9AEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.77%

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

R = 34.84%
G = 32.77%
B = 32.39%

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

#B9AEAC (or 0xB9AEAC) is known color: Pink Swan. HEX triplet: B9, AE and AC. RGB value is (185,174,172). Sum of RGB (Red+Green+Blue) = 185+174+172=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AEAC is #465153. Grayscale: #B1B1B1. Windows color (decimal): -4608340 or 11316921. OLE color: 11316921.

HSL color Cylindrical-coordinate representation of color #B9AEAC: hue angle of 9.23º 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 #B9AEAC is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 174 172 -
CMYK 0 0.06 0.07 0.27
HSL 9.23º 0.08% 0.7% -
HSV(B) 9.23º 0.07% 0.73% -
XYZ 42.59 43.56 45.19 -
YUV 177.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 185 174 172 0 0.06 0.07 0.27 9.23 0.08 0.7
Hex B9 AE AC 0 6 7 1B 9 8 46
Octal 271 256 254 0 6 7 33 11 10 106
Binary 10111001 10101110 10101100 0 110 111 11011 1001 1000 1000110

Color Harmonies of #B9AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AEAC

Black with #B9AEAC

Text Example


Text Example

White with #B9AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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