#BE6BA5

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

Shades of Bouquet #BE6BA5

Tints of Bouquet #BE6BA5

Color information

#BE6BA5 (or 0xBE6BA5) is unknown color: approx Bouquet. HEX triplet: BE, 6B and A5. RGB value is (190,107,165). Sum of RGB (Red+Green+Blue) = 190+107+165=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6BA5 is #41945A. Grayscale: #8A8A8A. Windows color (decimal): -4297819 or 10841022. OLE color: 10841022.

HSL color Cylindrical-coordinate representation of color #BE6BA5: hue angle of 318.07º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6BA5 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB190107165-
CMYK00.440.130.25
HSL318.07º38.97%58.24%-
HSV(B)318.07º43.68%74.51%-
XYZ33.2824.1838.51-
YUV138.43143164.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 107 (42.19% from 255) = 23.16%
BLUE value IS 165 (64.84% from 255) = 35.71%
R=41.13%
G=23.16%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010716500.440.130.25318.0738.9758.24
HexBE6BA502CD1913e273a
Octal27615324505415314764772
Binary101111101101011101001010101100110111001100111110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6BA5; }

 p { color: rgb(190,107,165); }

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

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

 a { background-color: rgb(190,107,165); }

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

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

 span { border-color: rgb(190,107,165); }

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