#BEBAB9

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

Shades of Pink Swan #BEBAB9

Tints of Pink Swan #BEBAB9

Color information

#BEBAB9 (or 0xBEBAB9) is unknown color: approx Pink Swan. HEX triplet: BE, BA and B9. RGB value is (190,186,185). Sum of RGB (Red+Green+Blue) = 190+186+185=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBAB9 is #414546. Grayscale: #BBBBBB. Windows color (decimal): -4277575 or 12171966. OLE color: 12171966.

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

Color convert

RGB190186185-
CMYK00.020.030.25
HSL12º3.7%73.53%-
HSV(B)12º2.63%74.51%-
XYZ47.5549.5752.96-
YUV187.08126.83130.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 185 (72.66% from 255) = 32.98%
R=33.87%
G=33.16%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018618500.020.030.25123.773.53
HexBEBAB902319c44a
Octal27627227102331144112
Binary101111101011101010111001010111100111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAB9; }

 p { color: rgb(190,186,185); }

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

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

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

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

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

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

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