Html Css Color HEX #BDADAA Pink Swan

📋 copy color: '#BDADAA'

red 189 ◦ green 173 ◦ blue 170

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

Shades of Pink Swan #BDADAA

Tints of Pink Swan #BDADAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.95%

R = 35.53%
G = 32.52%
B = 31.95%

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

#BDADAA (or 0xBDADAA) is known color: Pink Swan. HEX triplet: BD, AD and AA. RGB value is (189,173,170). Sum of RGB (Red+Green+Blue) = 189+173+170=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BDADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDADAA is #425255. Grayscale: #B1B1B1. Windows color (decimal): -4346454 or 11185597. OLE color: 11185597.

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

Color convert

RGB 189 173 170 -
CMYK 0 0.08 0.10 0.26
HSL 9.47º 0.13% 0.7% -
HSV(B) 9.47º 0.1% 0.74% -
XYZ 43.19 43.61 44.17 -
YUV 177.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 189 173 170 0 0.08 0.10 0.26 9.47 0.13 0.7
Hex BD AD AA 0 8 A 1A 9 D 46
Octal 275 255 252 0 10 12 32 11 15 106
Binary 10111101 10101101 10101010 0 1000 1010 11010 1001 1101 1000110

Color Harmonies of #BDADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADAA

Black with #BDADAA

Text Example


Text Example

White with #BDADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADAA; }

 p { color: rgb(189,173,170); }

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

background-color css

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

 a { background-color: rgb(189,173,170); }

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

border-color css

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

 span { border-color: rgb(189,173,170); }

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