Html Css Color HEX #BDAEAD Pink Swan

📋 copy color: '#BDAEAD'

red 189 ◦ green 174 ◦ blue 173

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

Shades of Pink Swan #BDAEAD

Tints of Pink Swan #BDAEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.28%

R = 35.26%
G = 32.46%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BDAEAD (or 0xBDAEAD) is known color: Pink Swan. HEX triplet: BD, AE and AD. RGB value is (189,174,173). Sum of RGB (Red+Green+Blue) = 189+174+173=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEAD is #425152. Grayscale: #B2B2B2. Windows color (decimal): -4346195 or 11382461. OLE color: 11382461.

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

Color convert

RGB 189 174 173 -
CMYK 0 0.08 0.08 0.26
HSL 3.75º 0.11% 0.71% -
HSV(B) 3.75º 0.08% 0.74% -
XYZ 43.67 44.11 45.75 -
YUV 178.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 189 174 173 0 0.08 0.08 0.26 3.75 0.11 0.71
Hex BD AE AD 0 8 8 1A 4 B 47
Octal 275 256 255 0 10 10 32 4 13 107
Binary 10111101 10101110 10101101 0 1000 1000 11010 100 1011 1000111

Color Harmonies of #BDAEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEAD

Black with #BDAEAD

Text Example


Text Example

White with #BDAEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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