#BEB0B3

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

Shades of Pink Flare #BEB0B3

Tints of Pink Flare #BEB0B3

Color information

#BEB0B3 (or 0xBEB0B3) is unknown color: approx Pink Flare. HEX triplet: BE, B0 and B3. RGB value is (190,176,179). Sum of RGB (Red+Green+Blue) = 190+176+179=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB0B3 is #414F4C. Grayscale: #B4B4B4. Windows color (decimal): -4280141 or 11776190. OLE color: 11776190.

HSL color Cylindrical-coordinate representation of color #BEB0B3: hue angle of 347.14º degrees, saturation: 0.1, 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 #BEB0B3 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB190176179-
CMYK00.070.060.25
HSL347.14º9.72%71.76%-
HSV(B)347.14º7.37%74.51%-
XYZ44.945.2549.02-
YUV180.53127.14134.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 176 (69.14% from 255) = 32.29%
BLUE value IS 179 (70.31% from 255) = 32.84%
R=34.86%
G=32.29%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017617900.070.060.25347.149.7271.76
HexBEB0B30761915ba48
Octal2762602630763153312110
Binary10111110101100001011001101111101100110101101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB0B3; }

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

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

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

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

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

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

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

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