Html Css Color HEX #BE85BC London Hue

📋 copy color: '#BE85BC'

red 190 ◦ green 133 ◦ blue 188

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

Shades of London Hue #BE85BC

Tints of London Hue #BE85BC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.03%

 BLUE value IS 188 (73.83% from 255) = 36.79%

R = 37.18%
G = 26.03%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE85BC (or 0xBE85BC) is known color: London Hue. HEX triplet: BE, 85 and BC. RGB value is (190,133,188). Sum of RGB (Red+Green+Blue) = 190+133+188=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85BC is #417A43. Grayscale: #9C9C9C. Windows color (decimal): -4291140 or 12355006. OLE color: 12355006.

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

Color convert

RGB 190 133 188 -
CMYK 0 0.3 0.01 0.25
HSL 302.11º 0.3% 0.63% -
HSV(B) 302.11º 0.3% 0.75% -
XYZ 38.7 31.35 51.59 -
YUV 156.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 190 133 188 0 0.3 0.01 0.25 302.11 0.3 0.63
Hex BE 85 BC 0 1E 1 19 12E 1E 3F
Octal 276 205 274 0 36 1 31 456 36 77
Binary 10111110 10000101 10111100 0 11110 1 11001 100101110 11110 111111

Color Harmonies of #BE85BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85BC

Black with #BE85BC

Text Example


Text Example

White with #BE85BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85BC; }

 p { color: rgb(190,133,188); }

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

background-color css

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

 a { background-color: rgb(190,133,188); }

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

border-color css

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

 span { border-color: rgb(190,133,188); }

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