#BEB5B5

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

Shades of Pink Swan #BEB5B5

Tints of Pink Swan #BEB5B5

Color information

#BEB5B5 (or 0xBEB5B5) is unknown color: approx Pink Swan. HEX triplet: BE, B5 and B5. RGB value is (190,181,181). Sum of RGB (Red+Green+Blue) = 190+181+181=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5B5 is #414A4A. Grayscale: #B7B7B7. Windows color (decimal): -4278859 or 11908542. OLE color: 11908542.

HSL color Cylindrical-coordinate representation of color #BEB5B5: 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.05%. Process color model (Four color, CMYK) of #BEB5B5 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB190181181-
CMYK00.050.050.25
HSL6.47%72.75%-
HSV(B)4.74%74.51%-
XYZ46.147.3350.42-
YUV183.69126.48132.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 181 (71.09% from 255) = 32.79%
BLUE value IS 181 (71.09% from 255) = 32.79%
R=34.42%
G=32.79%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018118100.050.050.2506.4772.75
HexBEB5B5055190649
Octal2762652650553106111
Binary10111110101101011011010101011011100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5B5; }

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

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

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

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

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

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

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

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