#BEB9BA

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

Shades of Pink Flare #BEB9BA

Tints of Pink Flare #BEB9BA

Color information

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

HSL color Cylindrical-coordinate representation of color #BEB9BA: hue angle of 348º 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 #BEB9BA is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB190185186-
CMYK00.030.020.25
HSL348º3.7%73.53%-
HSV(B)348º2.63%74.51%-
XYZ47.4549.1953.45-
YUV186.61127.66130.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018518600.030.020.253483.773.53
HexBEB9BA0321915c44a
Octal276271272032315344112
Binary10111110101110011011101001110110011010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9BA; }

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

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

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

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

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

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

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

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