Html Css Color HEX #BE86B7 London Hue

📋 copy color: '#BE86B7'

red 190 ◦ green 134 ◦ blue 183

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

Shades of London Hue #BE86B7

Tints of London Hue #BE86B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.09%

R = 37.48%
G = 26.43%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE86B7 (or 0xBE86B7) is known color: London Hue. HEX triplet: BE, 86 and B7. RGB value is (190,134,183). Sum of RGB (Red+Green+Blue) = 190+134+183=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BE86B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86B7 is #417948. Grayscale: #9C9C9C. Windows color (decimal): -4290889 or 12027582. OLE color: 12027582.

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

Color convert

RGB 190 134 183 -
CMYK 0 0.29 0.04 0.25
HSL 307.5º 0.3% 0.64% -
HSV(B) 307.5º 0.29% 0.75% -
XYZ 38.31 31.42 48.84 -
YUV 156.33 143.05 152.02 -
System Red Green Blue C M Y K H S L
Decimal 190 134 183 0 0.29 0.04 0.25 307.5 0.3 0.64
Hex BE 86 B7 0 1D 4 19 134 1E 40
Octal 276 206 267 0 35 4 31 464 36 100
Binary 10111110 10000110 10110111 0 11101 100 11001 100110100 11110 1000000

Color Harmonies of #BE86B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86B7

Black with #BE86B7

Text Example


Text Example

White with #BE86B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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