Html Css Color HEX #BE8AB0 London Hue

📋 copy color: '#BE8AB0'

red 190 ◦ green 138 ◦ blue 176

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

Shades of London Hue #BE8AB0

Tints of London Hue #BE8AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.92%

R = 37.7%
G = 27.38%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE8AB0 (or 0xBE8AB0) is known color: London Hue. HEX triplet: BE, 8A and B0. RGB value is (190,138,176). Sum of RGB (Red+Green+Blue) = 190+138+176=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8AB0 is #41754F. Grayscale: #9D9D9D. Windows color (decimal): -4289872 or 11569854. OLE color: 11569854.

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

Color convert

RGB 190 138 176 -
CMYK 0 0.27 0.07 0.25
HSL 316.15º 0.29% 0.64% -
HSV(B) 316.15º 0.27% 0.75% -
XYZ 38.16 32.26 45.29 -
YUV 157.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 190 138 176 0 0.27 0.07 0.25 316.15 0.29 0.64
Hex BE 8A B0 0 1B 7 19 13C 1D 40
Octal 276 212 260 0 33 7 31 474 35 100
Binary 10111110 10001010 10110000 0 11011 111 11001 100111100 11101 1000000

Color Harmonies of #BE8AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8AB0

Black with #BE8AB0

Text Example


Text Example

White with #BE8AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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