Html Css Color HEX #BE86B2 London Hue

📋 copy color: '#BE86B2'

red 190 ◦ green 134 ◦ blue 178

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

Shades of London Hue #BE86B2

Tints of London Hue #BE86B2

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.69%

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

R = 37.85%
G = 26.69%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE86B2 (or 0xBE86B2) is known color: London Hue. HEX triplet: BE, 86 and B2. RGB value is (190,134,178). Sum of RGB (Red+Green+Blue) = 190+134+178=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE86B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE86B2 is #41794D. Grayscale: #9B9B9B. Windows color (decimal): -4290894 or 11699902. OLE color: 11699902.

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

Color convert

RGB 190 134 178 -
CMYK 0 0.29 0.06 0.25
HSL 312.86º 0.3% 0.64% -
HSV(B) 312.86º 0.29% 0.75% -
XYZ 37.8 31.21 46.15 -
YUV 155.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 190 134 178 0 0.29 0.06 0.25 312.86 0.3 0.64
Hex BE 86 B2 0 1D 6 19 139 1E 40
Octal 276 206 262 0 35 6 31 471 36 100
Binary 10111110 10000110 10110010 0 11101 110 11001 100111001 11110 1000000

Color Harmonies of #BE86B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86B2

Black with #BE86B2

Text Example


Text Example

White with #BE86B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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