Html Css Color HEX #BEA8A8 Pink Swan

📋 copy color: '#BEA8A8'

red 190 ◦ green 168 ◦ blue 168

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

Shades of Pink Swan #BEA8A8

Tints of Pink Swan #BEA8A8

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.94%

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

R = 36.12%
G = 31.94%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BEA8A8 (or 0xBEA8A8) is known color: Pink Swan. HEX triplet: BE, A8 and A8. RGB value is (190,168,168). Sum of RGB (Red+Green+Blue) = 190+168+168=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA8A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA8A8 is #415757. Grayscale: #AEAEAE. Windows color (decimal): -4282200 or 11053246. OLE color: 11053246.

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

Color convert

RGB 190 168 168 -
CMYK 0 0.12 0.12 0.25
HSL 0.14% 0.7% -
HSV(B) 0.12% 0.75% -
XYZ 42.31 41.78 42.88 -
YUV 174.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 190 168 168 0 0.12 0.12 0.25 0 0.14 0.7
Hex BE A8 A8 0 C C 19 0 E 46
Octal 276 250 250 0 14 14 31 0 16 106
Binary 10111110 10101000 10101000 0 1100 1100 11001 0 1110 1000110

Color Harmonies of #BEA8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8A8

Black with #BEA8A8

Text Example


Text Example

White with #BEA8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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