Html Css Color HEX #BFADAA Pink Swan

📋 copy color: '#BFADAA'

red 191 ◦ green 173 ◦ blue 170

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

Shades of Pink Swan #BFADAA

Tints of Pink Swan #BFADAA

RGB

 RED value IS 191 (75% from 255) = 35.77%

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

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

R = 35.77%
G = 32.4%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BFADAA (or 0xBFADAA) is known color: Pink Swan. HEX triplet: BF, AD and AA. RGB value is (191,173,170). Sum of RGB (Red+Green+Blue) = 191+173+170=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BFADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFADAA is #405255. Grayscale: #B2B2B2. Windows color (decimal): -4215382 or 11185599. OLE color: 11185599.

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

Color convert

RGB 191 173 170 -
CMYK 0 0.09 0.11 0.25
HSL 8.57º 0.14% 0.71% -
HSV(B) 8.57º 0.11% 0.75% -
XYZ 43.69 43.87 44.19 -
YUV 178.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 191 173 170 0 0.09 0.11 0.25 8.57 0.14 0.71
Hex BF AD AA 0 9 B 19 9 E 47
Octal 277 255 252 0 11 13 31 11 16 107
Binary 10111111 10101101 10101010 0 1001 1011 11001 1001 1110 1000111

Color Harmonies of #BFADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFADAA

Black with #BFADAA

Text Example


Text Example

White with #BFADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFADAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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