#BE83A7

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

Shades of Bouquet #BE83A7

Tints of Bouquet #BE83A7

Color information

#BE83A7 (or 0xBE83A7) is unknown color: approx Bouquet. HEX triplet: BE, 83 and A7. RGB value is (190,131,167). Sum of RGB (Red+Green+Blue) = 190+131+167=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE83A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE83A7 is #417C58. Grayscale: #989898. Windows color (decimal): -4291673 or 10978238. OLE color: 10978238.

HSL color Cylindrical-coordinate representation of color #BE83A7: hue angle of 323.39º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE83A7 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB190131167-
CMYK00.310.120.25
HSL323.39º31.22%62.94%-
HSV(B)323.39º31.05%74.51%-
XYZ36.3329.9740.43-
YUV152.74136.05154.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 131 (51.56% from 255) = 26.84%
BLUE value IS 167 (65.62% from 255) = 34.22%
R=38.93%
G=26.84%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013116700.310.120.25323.3931.2262.94
HexBE83A701FC191431f3f
Octal27620324703714315033777
Binary10111110100000111010011101111111001100110100001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE83A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE83A7; }

 p { color: rgb(190,131,167); }

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

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

 a { background-color: rgb(190,131,167); }

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

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

 span { border-color: rgb(190,131,167); }

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