Html Css Color HEX #BE8ABA London Hue

📋 copy color: '#BE8ABA'

red 190 ◦ green 138 ◦ blue 186

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

Shades of London Hue #BE8ABA

Tints of London Hue #BE8ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.85%

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

R = 36.96%
G = 26.85%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE8ABA (or 0xBE8ABA) is known color: London Hue. HEX triplet: BE, 8A and BA. RGB value is (190,138,186). Sum of RGB (Red+Green+Blue) = 190+138+186=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ABA is #417545. Grayscale: #9E9E9E. Windows color (decimal): -4289862 or 12225214. OLE color: 12225214.

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

Color convert

RGB 190 138 186 -
CMYK 0 0.27 0.02 0.25
HSL 304.62º 0.29% 0.64% -
HSV(B) 304.62º 0.27% 0.75% -
XYZ 39.19 32.67 50.69 -
YUV 159.02 143.23 150.1 -
System Red Green Blue C M Y K H S L
Decimal 190 138 186 0 0.27 0.02 0.25 304.62 0.29 0.64
Hex BE 8A BA 0 1B 2 19 131 1D 40
Octal 276 212 272 0 33 2 31 461 35 100
Binary 10111110 10001010 10111010 0 11011 10 11001 100110001 11101 1000000

Color Harmonies of #BE8ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8ABA

Black with #BE8ABA

Text Example


Text Example

White with #BE8ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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