Html Css Color HEX #BEACAB Pink Swan

📋 copy color: '#BEACAB'

red 190 ◦ green 172 ◦ blue 171

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

Shades of Pink Swan #BEACAB

Tints of Pink Swan #BEACAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.08%

R = 35.65%
G = 32.27%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BEACAB (or 0xBEACAB) is known color: Pink Swan. HEX triplet: BE, AC and AB. RGB value is (190,172,171). Sum of RGB (Red+Green+Blue) = 190+172+171=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEACAB is #415354. Grayscale: #B1B1B1. Windows color (decimal): -4281173 or 11250878. OLE color: 11250878.

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

Color convert

RGB 190 172 171 -
CMYK 0 0.09 0.10 0.25
HSL 3.16º 0.13% 0.71% -
HSV(B) 3.16º 0.1% 0.75% -
XYZ 43.34 43.39 44.62 -
YUV 177.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 190 172 171 0 0.09 0.10 0.25 3.16 0.13 0.71
Hex BE AC AB 0 9 A 19 3 D 47
Octal 276 254 253 0 11 12 31 3 15 107
Binary 10111110 10101100 10101011 0 1001 1010 11001 11 1101 1000111

Color Harmonies of #BEACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACAB

Black with #BEACAB

Text Example


Text Example

White with #BEACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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