#BE81AB

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

Shades of Bouquet #BE81AB

Tints of Bouquet #BE81AB

Color information

#BE81AB (or 0xBE81AB) is unknown color: approx Bouquet. HEX triplet: BE, 81 and AB. RGB value is (190,129,171). Sum of RGB (Red+Green+Blue) = 190+129+171=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE81AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE81AB is #417E54. Grayscale: #979797. Windows color (decimal): -4292181 or 11239870. OLE color: 11239870.

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

Color convert

RGB190129171-
CMYK00.320.100.25
HSL318.69º31.94%62.55%-
HSV(B)318.69º32.11%74.51%-
XYZ36.4429.5942.32-
YUV152.03138.71155.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 129 (50.78% from 255) = 26.33%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=38.78%
G=26.33%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012917100.320.100.25318.6931.9462.55
HexBE81AB020A1913f203f
Octal27620125304012314774077
Binary1011111010000001101010110100000101011001100111111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE81AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE81AB; }

 p { color: rgb(190,129,171); }

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

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

 a { background-color: rgb(190,129,171); }

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

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

 span { border-color: rgb(190,129,171); }

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