#BE6CA6

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

Shades of Bouquet #BE6CA6

Tints of Bouquet #BE6CA6

Color information

#BE6CA6 (or 0xBE6CA6) is unknown color: approx Bouquet. HEX triplet: BE, 6C and A6. RGB value is (190,108,166). Sum of RGB (Red+Green+Blue) = 190+108+166=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6CA6 is #419359. Grayscale: #8A8A8A. Windows color (decimal): -4297562 or 10906814. OLE color: 10906814.

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

Color convert

RGB190108166-
CMYK00.430.130.25
HSL317.56º38.68%58.43%-
HSV(B)317.56º43.16%74.51%-
XYZ33.4824.4339.03-
YUV139.13143.17164.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 108 (42.58% from 255) = 23.28%
BLUE value IS 166 (65.23% from 255) = 35.78%
R=40.95%
G=23.28%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010816600.430.130.25317.5638.6858.43
HexBE6CA602BD1913e273a
Octal27615424605315314764772
Binary101111101101100101001100101011110111001100111110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6CA6; }

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

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

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

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

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

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

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

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