Html Css Color HEX #BE86B0 London Hue

📋 copy color: '#BE86B0'

red 190 ◦ green 134 ◦ blue 176

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

Shades of London Hue #BE86B0

Tints of London Hue #BE86B0

RGB

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

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

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

R = 38%
G = 26.8%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE86B0 (or 0xBE86B0) is known color: London Hue. HEX triplet: BE, 86 and B0. RGB value is (190,134,176). Sum of RGB (Red+Green+Blue) = 190+134+176=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BE86B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE86B0 is #41794F. Grayscale: #9B9B9B. Windows color (decimal): -4290896 or 11568830. OLE color: 11568830.

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

Color convert

RGB 190 134 176 -
CMYK 0 0.29 0.07 0.25
HSL 315º 0.3% 0.64% -
HSV(B) 315º 0.29% 0.75% -
XYZ 37.6 31.13 45.1 -
YUV 155.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 190 134 176 0 0.29 0.07 0.25 315 0.3 0.64
Hex BE 86 B0 0 1D 7 19 13B 1E 40
Octal 276 206 260 0 35 7 31 473 36 100
Binary 10111110 10000110 10110000 0 11101 111 11001 100111011 11110 1000000

Color Harmonies of #BE86B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86B0

Black with #BE86B0

Text Example


Text Example

White with #BE86B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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