#BEB8B8

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

Shades of Pink Swan #BEB8B8

Tints of Pink Swan #BEB8B8

Color information

#BEB8B8 (or 0xBEB8B8) is unknown color: approx Pink Swan. HEX triplet: BE, B8 and B8. RGB value is (190,184,184). Sum of RGB (Red+Green+Blue) = 190+184+184=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB8B8 is #414747. Grayscale: #B9B9B9. Windows color (decimal): -4278088 or 12105918. OLE color: 12105918.

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

Color convert

RGB190184184-
CMYK00.030.030.25
HSL4.41%73.33%-
HSV(B)3.16%74.51%-
XYZ47.0348.6952.27-
YUV185.79126.99131-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 184 (72.27% from 255) = 32.97%
BLUE value IS 184 (72.27% from 255) = 32.97%
R=34.05%
G=32.97%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018418400.030.030.2504.4173.33
HexBEB8B8033190449
Octal2762702700333104111
Binary101111101011100010111000011111100101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8B8; }

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

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

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

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

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

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

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

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