#BE75AB

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

Shades of Bouquet #BE75AB

Tints of Bouquet #BE75AB

Color information

#BE75AB (or 0xBE75AB) is unknown color: approx Bouquet. HEX triplet: BE, 75 and AB. RGB value is (190,117,171). Sum of RGB (Red+Green+Blue) = 190+117+171=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE75AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE75AB is #418A54. Grayscale: #909090. Windows color (decimal): -4295253 or 11236798. OLE color: 11236798.

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

Color convert

RGB190117171-
CMYK00.380.100.25
HSL315.62º35.96%60.2%-
HSV(B)315.62º38.42%74.51%-
XYZ34.9526.6141.82-
YUV144.98142.68160.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 117 (46.09% from 255) = 24.48%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=39.75%
G=24.48%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011717100.380.100.25315.6235.9660.2
HexBE75AB026A1913c243c
Octal27616525304612314744474
Binary101111101110101101010110100110101011001100111100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75AB; }

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

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

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

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

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

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

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

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