#BEB4B1

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

Shades of Pink Swan #BEB4B1

Tints of Pink Swan #BEB4B1

Color information

#BEB4B1 (or 0xBEB4B1) is unknown color: approx Pink Swan. HEX triplet: BE, B4 and B1. RGB value is (190,180,177). Sum of RGB (Red+Green+Blue) = 190+180+177=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB4B1 is #414B4E. Grayscale: #B6B6B6. Windows color (decimal): -4279119 or 11646142. OLE color: 11646142.

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

Color convert

RGB190180177-
CMYK00.050.070.25
HSL13.85º9.09%71.96%-
HSV(B)13.85º6.84%74.51%-
XYZ45.4946.7648.22-
YUV182.65124.81133.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 180 (70.70% from 255) = 32.91%
BLUE value IS 177 (69.53% from 255) = 32.36%
R=34.73%
G=32.91%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018017700.050.070.2513.859.0971.96
HexBEB4B105719e948
Octal276264261057311611110
Binary101111101011010010110001010111111001111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB4B1; }

 p { color: rgb(190,180,177); }

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

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

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

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

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

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

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