Html Css Color HEX #BE8EBA London Hue

📋 copy color: '#BE8EBA'

red 190 ◦ green 142 ◦ blue 186

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

Shades of London Hue #BE8EBA

Tints of London Hue #BE8EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.41%

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

R = 36.68%
G = 27.41%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE8EBA (or 0xBE8EBA) is known color: London Hue. HEX triplet: BE, 8E and BA. RGB value is (190,142,186). Sum of RGB (Red+Green+Blue) = 190+142+186=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8EBA is #417145. Grayscale: #A1A1A1. Windows color (decimal): -4288838 or 12226238. OLE color: 12226238.

HSL color Cylindrical-coordinate representation of color #BE8EBA: hue angle of 305º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE8EBA is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 142 186 -
CMYK 0 0.25 0.02 0.25
HSL 305º 0.27% 0.65% -
HSV(B) 305º 0.25% 0.75% -
XYZ 39.77 33.84 50.89 -
YUV 161.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 190 142 186 0 0.25 0.02 0.25 305 0.27 0.65
Hex BE 8E BA 0 19 2 19 131 1B 41
Octal 276 216 272 0 31 2 31 461 33 101
Binary 10111110 10001110 10111010 0 11001 10 11001 100110001 11011 1000001

Color Harmonies of #BE8EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8EBA

Black with #BE8EBA

Text Example


Text Example

White with #BE8EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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