Html Css Color HEX #BE89AF London Hue

📋 copy color: '#BE89AF'

red 190 ◦ green 137 ◦ blue 175

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

Shades of London Hue #BE89AF

Tints of London Hue #BE89AF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.29%

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

R = 37.85%
G = 27.29%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE89AF (or 0xBE89AF) is known color: London Hue. HEX triplet: BE, 89 and AF. RGB value is (190,137,175). Sum of RGB (Red+Green+Blue) = 190+137+175=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE89AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE89AF is #417650. Grayscale: #9D9D9D. Windows color (decimal): -4290129 or 11504062. OLE color: 11504062.

HSL color Cylindrical-coordinate representation of color #BE89AF: hue angle of 316.98º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE89AF is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 137 175 -
CMYK 0 0.28 0.08 0.25
HSL 316.98º 0.29% 0.64% -
HSV(B) 316.98º 0.28% 0.75% -
XYZ 37.92 31.93 44.72 -
YUV 157.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 190 137 175 0 0.28 0.08 0.25 316.98 0.29 0.64
Hex BE 89 AF 0 1C 8 19 13D 1D 40
Octal 276 211 257 0 34 10 31 475 35 100
Binary 10111110 10001001 10101111 0 11100 1000 11001 100111101 11101 1000000

Color Harmonies of #BE89AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE89AF

Black with #BE89AF

Text Example


Text Example

White with #BE89AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE89AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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