#BE85A7

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

Shades of Bouquet #BE85A7

Tints of Bouquet #BE85A7

Color information

#BE85A7 (or 0xBE85A7) is unknown color: approx Bouquet. HEX triplet: BE, 85 and A7. RGB value is (190,133,167). Sum of RGB (Red+Green+Blue) = 190+133+167=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 167 (65.62% from 255 or 34.08% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE85A7 is #417A58. Grayscale: #999999. Windows color (decimal): -4291161 or 10978750. OLE color: 10978750.

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

Color convert

RGB190133167-
CMYK00.30.120.25
HSL324.21º30.48%63.33%-
HSV(B)324.21º30%74.51%-
XYZ36.630.5140.52-
YUV153.92135.38153.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 133 (52.34% from 255) = 27.14%
BLUE value IS 167 (65.62% from 255) = 34.08%
R=38.78%
G=27.14%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013316700.30.120.25324.2130.4863.33
HexBE85A701EC191441e3f
Octal27620524703614315043677
Binary10111110100001011010011101111011001100110100010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85A7; }

 p { color: rgb(190,133,167); }

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

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

 a { background-color: rgb(190,133,167); }

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

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

 span { border-color: rgb(190,133,167); }

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