Html Css Color HEX #BDAEAB Pink Swan

📋 copy color: '#BDAEAB'

red 189 ◦ green 174 ◦ blue 171

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

Shades of Pink Swan #BDAEAB

Tints of Pink Swan #BDAEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.02%

R = 35.39%
G = 32.58%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BDAEAB (or 0xBDAEAB) is known color: Pink Swan. HEX triplet: BD, AE and AB. RGB value is (189,174,171). Sum of RGB (Red+Green+Blue) = 189+174+171=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEAB is #425154. Grayscale: #B2B2B2. Windows color (decimal): -4346197 or 11251389. OLE color: 11251389.

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

Color convert

RGB 189 174 171 -
CMYK 0 0.08 0.10 0.26
HSL 10º 0.12% 0.71% -
HSV(B) 10º 0.1% 0.74% -
XYZ 43.47 44.03 44.74 -
YUV 178.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 189 174 171 0 0.08 0.10 0.26 10 0.12 0.71
Hex BD AE AB 0 8 A 1A A C 47
Octal 275 256 253 0 10 12 32 12 14 107
Binary 10111101 10101110 10101011 0 1000 1010 11010 1010 1100 1000111

Color Harmonies of #BDAEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEAB

Black with #BDAEAB

Text Example


Text Example

White with #BDAEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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