#BEB0AC

Color #BEB0AC Pink Swan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Swan #BEB0AC

Tints of Pink Swan #BEB0AC

Color information

#BEB0AC (or 0xBEB0AC) is unknown color: approx Pink Swan. HEX triplet: BE, B0 and AC. RGB value is (190,176,172). Sum of RGB (Red+Green+Blue) = 190+176+172=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB0AC is #414F53. Grayscale: #B3B3B3. Windows color (decimal): -4280148 or 11317438. OLE color: 11317438.

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

Color convert

RGB190176172-
CMYK00.070.090.25
HSL13.33º12.16%70.98%-
HSV(B)13.33º9.47%74.51%-
XYZ44.2144.9845.38-
YUV179.73123.64135.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=35.32%
G=32.71%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017617200.070.090.2513.3312.1670.98
HexBEB0AC07919dc47
Octal2762602540711311514107
Binary1011111010110000101011000111100111001110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB0AC; }

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

 H1.HeaderClassName
 {
   color: #BEB0AC;
 }
 .AnyTagClassName
 {
   color: #BEB0AC;
 }
</style>
background-color css

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

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

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

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

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

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