#BE69A8

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

Shades of Bouquet #BE69A8

Tints of Bouquet #BE69A8

Color information

#BE69A8 (or 0xBE69A8) is unknown color: approx Bouquet. HEX triplet: BE, 69 and A8. RGB value is (190,105,168). Sum of RGB (Red+Green+Blue) = 190+105+168=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE69A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE69A8 is #419657. Grayscale: #898989. Windows color (decimal): -4298328 or 11037118. OLE color: 11037118.

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

Color convert

RGB190105168-
CMYK00.450.120.25
HSL315.53º39.53%57.84%-
HSV(B)315.53º44.74%74.51%-
XYZ33.3523.8839.9-
YUV137.6145.16165.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 105 (41.41% from 255) = 22.68%
BLUE value IS 168 (66.02% from 255) = 36.29%
R=41.04%
G=22.68%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010516800.450.120.25315.5339.5357.84
HexBE69A802DC1913c283a
Octal27615125005514314745072
Binary101111101101001101010000101101110011001100111100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE69A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE69A8; }

 p { color: rgb(190,105,168); }

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

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

 a { background-color: rgb(190,105,168); }

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

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

 span { border-color: rgb(190,105,168); }

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