Html Css Color HEX #BEAAAA Pink Swan

📋 copy color: '#BEAAAA'

red 190 ◦ green 170 ◦ blue 170

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

Shades of Pink Swan #BEAAAA

Tints of Pink Swan #BEAAAA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.08%

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

R = 35.85%
G = 32.08%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BEAAAA (or 0xBEAAAA) is known color: Pink Swan. HEX triplet: BE, AA and AA. RGB value is (190,170,170). Sum of RGB (Red+Green+Blue) = 190+170+170=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAAAA is #415555. Grayscale: #B0B0B0. Windows color (decimal): -4281686 or 11184830. OLE color: 11184830.

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

Color convert

RGB 190 170 170 -
CMYK 0 0.11 0.11 0.25
HSL 0.13% 0.71% -
HSV(B) 0.11% 0.75% -
XYZ 42.87 42.6 43.99 -
YUV 175.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 190 170 170 0 0.11 0.11 0.25 0 0.13 0.71
Hex BE AA AA 0 B B 19 0 D 47
Octal 276 252 252 0 13 13 31 0 15 107
Binary 10111110 10101010 10101010 0 1011 1011 11001 0 1101 1000111

Color Harmonies of #BEAAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAAA

Black with #BEAAAA

Text Example


Text Example

White with #BEAAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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