Html Css Color HEX #BDAEAC Pink Swan

📋 copy color: '#BDAEAC'

red 189 ◦ green 174 ◦ blue 172

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

Shades of Pink Swan #BDAEAC

Tints of Pink Swan #BDAEAC

RGB

 RED value IS 189 (74.22% from 255) = 35.33%

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

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

R = 35.33%
G = 32.52%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BDAEAC (or 0xBDAEAC) is known color: Pink Swan. HEX triplet: BD, AE and AC. RGB value is (189,174,172). Sum of RGB (Red+Green+Blue) = 189+174+172=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEAC is #425153. Grayscale: #B2B2B2. Windows color (decimal): -4346196 or 11316925. OLE color: 11316925.

HSL color Cylindrical-coordinate representation of color #BDAEAC: hue angle of 7.06º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDAEAC is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 174 172 -
CMYK 0 0.08 0.09 0.26
HSL 7.06º 0.11% 0.71% -
HSV(B) 7.06º 0.09% 0.74% -
XYZ 43.57 44.07 45.24 -
YUV 178.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 189 174 172 0 0.08 0.09 0.26 7.06 0.11 0.71
Hex BD AE AC 0 8 9 1A 7 B 47
Octal 275 256 254 0 10 11 32 7 13 107
Binary 10111101 10101110 10101100 0 1000 1001 11010 111 1011 1000111

Color Harmonies of #BDAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEAC

Black with #BDAEAC

Text Example


Text Example

White with #BDAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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