Html Css Color HEX #BE8AB9 London Hue

📋 copy color: '#BE8AB9'

red 190 ◦ green 138 ◦ blue 185

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

Shades of London Hue #BE8AB9

Tints of London Hue #BE8AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.06%

R = 37.04%
G = 26.9%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE8AB9 (or 0xBE8AB9) is known color: London Hue. HEX triplet: BE, 8A and B9. RGB value is (190,138,185). Sum of RGB (Red+Green+Blue) = 190+138+185=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8AB9 is #417546. Grayscale: #9E9E9E. Windows color (decimal): -4289863 or 12159678. OLE color: 12159678.

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

Color convert

RGB 190 138 185 -
CMYK 0 0.27 0.03 0.25
HSL 305.77º 0.29% 0.64% -
HSV(B) 305.77º 0.27% 0.75% -
XYZ 39.08 32.63 50.14 -
YUV 158.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 190 138 185 0 0.27 0.03 0.25 305.77 0.29 0.64
Hex BE 8A B9 0 1B 3 19 132 1D 40
Octal 276 212 271 0 33 3 31 462 35 100
Binary 10111110 10001010 10111001 0 11011 11 11001 100110010 11101 1000000

Color Harmonies of #BE8AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8AB9

Black with #BE8AB9

Text Example


Text Example

White with #BE8AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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