#BEB3B5

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

Shades of Pink Flare #BEB3B5

Tints of Pink Flare #BEB3B5

Color information

#BEB3B5 (or 0xBEB3B5) is unknown color: approx Pink Flare. HEX triplet: BE, B3 and B5. RGB value is (190,179,181). Sum of RGB (Red+Green+Blue) = 190+179+181=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB3B5 is #414C4A. Grayscale: #B6B6B6. Windows color (decimal): -4279371 or 11908030. OLE color: 11908030.

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

Color convert

RGB190179181-
CMYK00.060.050.25
HSL349.09º7.8%72.35%-
HSV(B)349.09º5.79%74.51%-
XYZ45.746.5250.29-
YUV182.52127.14133.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 179 (70.31% from 255) = 32.55%
BLUE value IS 181 (71.09% from 255) = 32.91%
R=34.55%
G=32.55%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017918100.060.050.25349.097.872.35
HexBEB3B50651915d848
Octal2762632650653153510110
Binary10111110101100111011010101101011100110101110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB3B5; }

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

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

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

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

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

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

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

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