Html Css Color HEX #BEACAC Pink Swan

📋 copy color: '#BEACAC'

red 190 ◦ green 172 ◦ blue 172

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

Shades of Pink Swan #BEACAC

Tints of Pink Swan #BEACAC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.21%

 BLUE value IS 172 (67.58% from 255) = 32.21%

R = 35.58%
G = 32.21%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BEACAC (or 0xBEACAC) is known color: Pink Swan. HEX triplet: BE, AC and AC. RGB value is (190,172,172). Sum of RGB (Red+Green+Blue) = 190+172+172=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEACAC is #415353. Grayscale: #B1B1B1. Windows color (decimal): -4281172 or 11316414. OLE color: 11316414.

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

Color convert

RGB 190 172 172 -
CMYK 0 0.09 0.09 0.25
HSL 0.12% 0.71% -
HSV(B) 0.09% 0.75% -
XYZ 43.43 43.43 45.12 -
YUV 177.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 190 172 172 0 0.09 0.09 0.25 0 0.12 0.71
Hex BE AC AC 0 9 9 19 0 C 47
Octal 276 254 254 0 11 11 31 0 14 107
Binary 10111110 10101100 10101100 0 1001 1001 11001 0 1100 1000111

Color Harmonies of #BEACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACAC

Black with #BEACAC

Text Example


Text Example

White with #BEACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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