Html Css Color HEX #BE86BB London Hue

📋 copy color: '#BE86BB'

red 190 ◦ green 134 ◦ blue 187

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

Shades of London Hue #BE86BB

Tints of London Hue #BE86BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.59%

R = 37.18%
G = 26.22%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE86BB (or 0xBE86BB) is known color: London Hue. HEX triplet: BE, 86 and BB. RGB value is (190,134,187). Sum of RGB (Red+Green+Blue) = 190+134+187=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BE86BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86BB is #417944. Grayscale: #9C9C9C. Windows color (decimal): -4290885 or 12289726. OLE color: 12289726.

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

Color convert

RGB 190 134 187 -
CMYK 0 0.29 0.02 0.25
HSL 303.21º 0.3% 0.64% -
HSV(B) 303.21º 0.29% 0.75% -
XYZ 38.73 31.59 51.07 -
YUV 156.79 145.05 151.69 -
System Red Green Blue C M Y K H S L
Decimal 190 134 187 0 0.29 0.02 0.25 303.21 0.3 0.64
Hex BE 86 BB 0 1D 2 19 12F 1E 40
Octal 276 206 273 0 35 2 31 457 36 100
Binary 10111110 10000110 10111011 0 11101 10 11001 100101111 11110 1000000

Color Harmonies of #BE86BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86BB

Black with #BE86BB

Text Example


Text Example

White with #BE86BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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