#BEB6B6

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

Shades of Pink Swan #BEB6B6

Tints of Pink Swan #BEB6B6

Color information

#BEB6B6 (or 0xBEB6B6) is unknown color: approx Pink Swan. HEX triplet: BE, B6 and B6. RGB value is (190,182,182). Sum of RGB (Red+Green+Blue) = 190+182+182=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 182 (71.48% from 255 or 32.85% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6B6 is #414949. Grayscale: #B8B8B8. Windows color (decimal): -4278602 or 11974334. OLE color: 11974334.

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

Color convert

RGB190182182-
CMYK00.040.040.25
HSL5.8%72.94%-
HSV(B)4.21%74.51%-
XYZ46.4147.7851.03-
YUV184.39126.65132-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 182 (71.48% from 255) = 32.85%
BLUE value IS 182 (71.48% from 255) = 32.85%
R=34.30%
G=32.85%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018218200.040.040.2505.872.94
HexBEB6B6044190649
Octal2762662660443106111
Binary10111110101101101011011001001001100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB6B6; }

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

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

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

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

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

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

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

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