#BE75AF

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

Shades of London Hue #BE75AF

Tints of London Hue #BE75AF

Color information

#BE75AF (or 0xBE75AF) is unknown color: approx London Hue. HEX triplet: BE, 75 and AF. RGB value is (190,117,175). Sum of RGB (Red+Green+Blue) = 190+117+175=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE75AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE75AF is #418A50. Grayscale: #919191. Windows color (decimal): -4295249 or 11498942. OLE color: 11498942.

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

Color convert

RGB190117175-
CMYK00.380.080.25
HSL312.33º35.96%60.2%-
HSV(B)312.33º38.42%74.51%-
XYZ35.3326.7643.86-
YUV145.44144.68159.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 117 (46.09% from 255) = 24.27%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=39.42%
G=24.27%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011717500.380.080.25312.3335.9660.2
HexBE75AF026819138243c
Octal27616525704610314704474
Binary101111101110101101011110100110100011001100111000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75AF; }

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

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

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

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

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

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

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

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