Html Css Color HEX #BEAAA8 Pink Swan

📋 copy color: '#BEAAA8'

red 190 ◦ green 170 ◦ blue 168

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

Shades of Pink Swan #BEAAA8

Tints of Pink Swan #BEAAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.82%

R = 35.98%
G = 32.2%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BEAAA8 (or 0xBEAAA8) is known color: Pink Swan. HEX triplet: BE, AA and A8. RGB value is (190,170,168). Sum of RGB (Red+Green+Blue) = 190+170+168=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAAA8 is #415557. Grayscale: #AFAFAF. Windows color (decimal): -4281688 or 11053758. OLE color: 11053758.

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

Color convert

RGB 190 170 168 -
CMYK 0 0.11 0.12 0.25
HSL 5.45º 0.14% 0.7% -
HSV(B) 5.45º 0.12% 0.75% -
XYZ 42.68 42.52 43 -
YUV 175.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 190 170 168 0 0.11 0.12 0.25 5.45 0.14 0.7
Hex BE AA A8 0 B C 19 5 E 46
Octal 276 252 250 0 13 14 31 5 16 106
Binary 10111110 10101010 10101000 0 1011 1100 11001 101 1110 1000110

Color Harmonies of #BEAAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAA8

Black with #BEAAA8

Text Example


Text Example

White with #BEAAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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