Html Css Color HEX #BE85AF London Hue

📋 copy color: '#BE85AF'

red 190 ◦ green 133 ◦ blue 175

#BE85AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #BE85AF

Tints of London Hue #BE85AF

RGB

 RED value IS 190 (74.61% from 255) = 38.15%

 GREEN value IS 133 (52.34% from 255) = 26.71%

 BLUE value IS 175 (68.75% from 255) = 35.14%

R = 38.15%
G = 26.71%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE85AF (or 0xBE85AF) is known color: London Hue. HEX triplet: BE, 85 and AF. RGB value is (190,133,175). Sum of RGB (Red+Green+Blue) = 190+133+175=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE85AF is #417A50. Grayscale: #9A9A9A. Windows color (decimal): -4291153 or 11503038. OLE color: 11503038.

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

Color convert

RGB 190 133 175 -
CMYK 0 0.3 0.08 0.25
HSL 315.79º 0.3% 0.63% -
HSV(B) 315.79º 0.3% 0.75% -
XYZ 37.36 30.82 44.54 -
YUV 154.83 139.38 153.08 -
System Red Green Blue C M Y K H S L
Decimal 190 133 175 0 0.3 0.08 0.25 315.79 0.3 0.63
Hex BE 85 AF 0 1E 8 19 13C 1E 3F
Octal 276 205 257 0 36 10 31 474 36 77
Binary 10111110 10000101 10101111 0 11110 1000 11001 100111100 11110 111111

Color Harmonies of #BE85AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85AF

Black with #BE85AF

Text Example


Text Example

White with #BE85AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85AF; }

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

 H1.HeaderClassName
 {
   color: #BE85AF;
 }
 .AnyTagClassName
 {
   color: #BE85AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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