#BEB0B1

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

Shades of Pink Flare #BEB0B1

Tints of Pink Flare #BEB0B1

Color information

#BEB0B1 (or 0xBEB0B1) is unknown color: approx Pink Flare. HEX triplet: BE, B0 and B1. RGB value is (190,176,177). Sum of RGB (Red+Green+Blue) = 190+176+177=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB0B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB0B1 is #414F4E. Grayscale: #B4B4B4. Windows color (decimal): -4280143 or 11645118. OLE color: 11645118.

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

Color convert

RGB190176177-
CMYK00.070.070.25
HSL355.71º9.72%71.76%-
HSV(B)355.71º7.37%74.51%-
XYZ44.745.1747.96-
YUV180.3126.14134.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 176 (69.14% from 255) = 32.41%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=34.99%
G=32.41%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017617700.070.070.25355.719.7271.76
HexBEB0B107719164a48
Octal2762602610773154412110
Binary10111110101100001011000101111111100110110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB0B1; }

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

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

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

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

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

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

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

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