Html Css Color HEX #BEABA9 Pink Swan

📋 copy color: '#BEABA9'

red 190 ◦ green 171 ◦ blue 169

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

Shades of Pink Swan #BEABA9

Tints of Pink Swan #BEABA9

RGB

 RED value IS 190 (74.61% from 255) = 35.85%

 GREEN value IS 171 (67.19% from 255) = 32.26%

 BLUE value IS 169 (66.41% from 255) = 31.89%

R = 35.85%
G = 32.26%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BEABA9 (or 0xBEABA9) is known color: Pink Swan. HEX triplet: BE, AB and A9. RGB value is (190,171,169). Sum of RGB (Red+Green+Blue) = 190+171+169=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABA9 is #415456. Grayscale: #B0B0B0. Windows color (decimal): -4281431 or 11119550. OLE color: 11119550.

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

Color convert

RGB 190 171 169 -
CMYK 0 0.10 0.11 0.25
HSL 5.71º 0.14% 0.7% -
HSV(B) 5.71º 0.11% 0.75% -
XYZ 42.96 42.94 43.56 -
YUV 176.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 190 171 169 0 0.10 0.11 0.25 5.71 0.14 0.7
Hex BE AB A9 0 A B 19 6 E 46
Octal 276 253 251 0 12 13 31 6 16 106
Binary 10111110 10101011 10101001 0 1010 1011 11001 110 1110 1000110

Color Harmonies of #BEABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEABA9

Black with #BEABA9

Text Example


Text Example

White with #BEABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEABA9; }

 p { color: rgb(190,171,169); }

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

background-color css

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

 a { background-color: rgb(190,171,169); }

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

border-color css

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

 span { border-color: rgb(190,171,169); }

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