#BE84AA

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

Shades of Bouquet #BE84AA

Tints of Bouquet #BE84AA

Color information

#BE84AA (or 0xBE84AA) is unknown color: approx Bouquet. HEX triplet: BE, 84 and AA. RGB value is (190,132,170). Sum of RGB (Red+Green+Blue) = 190+132+170=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE84AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE84AA is #417B55. Grayscale: #999999. Windows color (decimal): -4291414 or 11175102. OLE color: 11175102.

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

Color convert

RGB190132170-
CMYK00.310.110.25
HSL320.69º30.85%63.14%-
HSV(B)320.69º30.53%74.51%-
XYZ36.7430.3541.95-
YUV153.67137.22153.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 132 (51.95% from 255) = 26.83%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=38.62%
G=26.83%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013217000.310.110.25320.6930.8563.14
HexBE84AA01FB191411f3f
Octal27620425203713315013777
Binary10111110100001001010101001111110111100110100000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE84AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE84AA; }

 p { color: rgb(190,132,170); }

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

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

 a { background-color: rgb(190,132,170); }

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

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

 span { border-color: rgb(190,132,170); }

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