Html Css Color HEX #BE86B4 London Hue

📋 copy color: '#BE86B4'

red 190 ◦ green 134 ◦ blue 180

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

Shades of London Hue #BE86B4

Tints of London Hue #BE86B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.71%

R = 37.7%
G = 26.59%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE86B4 (or 0xBE86B4) is known color: London Hue. HEX triplet: BE, 86 and B4. RGB value is (190,134,180). Sum of RGB (Red+Green+Blue) = 190+134+180=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BE86B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86B4 is #41794B. Grayscale: #9B9B9B. Windows color (decimal): -4290892 or 11830974. OLE color: 11830974.

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

Color convert

RGB 190 134 180 -
CMYK 0 0.29 0.05 0.25
HSL 310.71º 0.3% 0.64% -
HSV(B) 310.71º 0.29% 0.75% -
XYZ 38 31.29 47.22 -
YUV 155.99 141.55 152.26 -
System Red Green Blue C M Y K H S L
Decimal 190 134 180 0 0.29 0.05 0.25 310.71 0.3 0.64
Hex BE 86 B4 0 1D 5 19 137 1E 40
Octal 276 206 264 0 35 5 31 467 36 100
Binary 10111110 10000110 10110100 0 11101 101 11001 100110111 11110 1000000

Color Harmonies of #BE86B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86B4

Black with #BE86B4

Text Example


Text Example

White with #BE86B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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