Html Css Color HEX #BE89BA London Hue

📋 copy color: '#BE89BA'

red 190 ◦ green 137 ◦ blue 186

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

Shades of London Hue #BE89BA

Tints of London Hue #BE89BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.26%

R = 37.04%
G = 26.71%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE89BA (or 0xBE89BA) is known color: London Hue. HEX triplet: BE, 89 and BA. RGB value is (190,137,186). Sum of RGB (Red+Green+Blue) = 190+137+186=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 190 - color contains mainly: red. Hex color #BE89BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE89BA is #417645. Grayscale: #9E9E9E. Windows color (decimal): -4290118 or 12224958. OLE color: 12224958.

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

Color convert

RGB 190 137 186 -
CMYK 0 0.28 0.02 0.25
HSL 304.53º 0.29% 0.64% -
HSV(B) 304.53º 0.28% 0.75% -
XYZ 39.04 32.38 50.65 -
YUV 158.43 143.56 150.52 -
System Red Green Blue C M Y K H S L
Decimal 190 137 186 0 0.28 0.02 0.25 304.53 0.29 0.64
Hex BE 89 BA 0 1C 2 19 131 1D 40
Octal 276 211 272 0 34 2 31 461 35 100
Binary 10111110 10001001 10111010 0 11100 10 11001 100110001 11101 1000000

Color Harmonies of #BE89BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE89BA

Black with #BE89BA

Text Example


Text Example

White with #BE89BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE89BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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