Html Css Color HEX #BEABAA Pink Swan

📋 copy color: '#BEABAA'

red 190 ◦ green 171 ◦ blue 170

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

Shades of Pink Swan #BEABAA

Tints of Pink Swan #BEABAA

RGB

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

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

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

R = 35.78%
G = 32.2%
B = 32.02%

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

#BEABAA (or 0xBEABAA) is known color: Pink Swan. HEX triplet: BE, AB and AA. RGB value is (190,171,170). Sum of RGB (Red+Green+Blue) = 190+171+170=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABAA is #415455. Grayscale: #B0B0B0. Windows color (decimal): -4281430 or 11185086. OLE color: 11185086.

HSL color Cylindrical-coordinate representation of color #BEABAA: hue angle of 3º degrees, saturation: 0.13, 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 #BEABAA is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 171 170 -
CMYK 0 0.10 0.11 0.25
HSL 0.13% 0.71% -
HSV(B) 0.11% 0.75% -
XYZ 43.05 42.98 44.06 -
YUV 176.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 190 171 170 0 0.10 0.11 0.25 3 0.13 0.71
Hex BE AB AA 0 A B 19 3 D 47
Octal 276 253 252 0 12 13 31 3 15 107
Binary 10111110 10101011 10101010 0 1010 1011 11001 11 1101 1000111

Color Harmonies of #BEABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEABAA

Black with #BEABAA

Text Example


Text Example

White with #BEABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEABAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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