Html Css Color HEX #BE8AB2 London Hue

📋 copy color: '#BE8AB2'

red 190 ◦ green 138 ◦ blue 178

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

Shades of London Hue #BE8AB2

Tints of London Hue #BE8AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.18%

R = 37.55%
G = 27.27%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE8AB2 (or 0xBE8AB2) is known color: London Hue. HEX triplet: BE, 8A and B2. RGB value is (190,138,178). Sum of RGB (Red+Green+Blue) = 190+138+178=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8AB2 is #41754D. Grayscale: #9E9E9E. Windows color (decimal): -4289870 or 11700926. OLE color: 11700926.

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

Color convert

RGB 190 138 178 -
CMYK 0 0.27 0.06 0.25
HSL 313.85º 0.29% 0.64% -
HSV(B) 313.85º 0.27% 0.75% -
XYZ 38.36 32.34 46.34 -
YUV 158.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 190 138 178 0 0.27 0.06 0.25 313.85 0.29 0.64
Hex BE 8A B2 0 1B 6 19 13A 1D 40
Octal 276 212 262 0 33 6 31 472 35 100
Binary 10111110 10001010 10110010 0 11011 110 11001 100111010 11101 1000000

Color Harmonies of #BE8AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8AB2

Black with #BE8AB2

Text Example


Text Example

White with #BE8AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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