#BE83A6

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

Shades of Bouquet #BE83A6

Tints of Bouquet #BE83A6

Color information

#BE83A6 (or 0xBE83A6) is unknown color: approx Bouquet. HEX triplet: BE, 83 and A6. RGB value is (190,131,166). Sum of RGB (Red+Green+Blue) = 190+131+166=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE83A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE83A6 is #417C59. Grayscale: #989898. Windows color (decimal): -4291674 or 10912702. OLE color: 10912702.

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

Color convert

RGB190131166-
CMYK00.310.130.25
HSL324.41º31.22%62.94%-
HSV(B)324.41º31.05%74.51%-
XYZ36.2329.9339.94-
YUV152.63135.55154.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 131 (51.56% from 255) = 26.90%
BLUE value IS 166 (65.23% from 255) = 34.09%
R=39.01%
G=26.90%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013116600.310.130.25324.4131.2262.94
HexBE83A601FD191441f3f
Octal27620324603715315043777
Binary10111110100000111010011001111111011100110100010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE83A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE83A6; }

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

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

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

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

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

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

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

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