Html Css Color HEX #BE85B2 London Hue

📋 copy color: '#BE85B2'

red 190 ◦ green 133 ◦ blue 178

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

Shades of London Hue #BE85B2

Tints of London Hue #BE85B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.53%

R = 37.92%
G = 26.55%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE85B2 (or 0xBE85B2) is known color: London Hue. HEX triplet: BE, 85 and B2. RGB value is (190,133,178). Sum of RGB (Red+Green+Blue) = 190+133+178=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE85B2 is #417A4D. Grayscale: #9B9B9B. Windows color (decimal): -4291150 or 11699646. OLE color: 11699646.

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

Color convert

RGB 190 133 178 -
CMYK 0 0.3 0.06 0.25
HSL 312.63º 0.3% 0.63% -
HSV(B) 312.63º 0.3% 0.75% -
XYZ 37.66 30.94 46.11 -
YUV 155.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 190 133 178 0 0.3 0.06 0.25 312.63 0.3 0.63
Hex BE 85 B2 0 1E 6 19 139 1E 3F
Octal 276 205 262 0 36 6 31 471 36 77
Binary 10111110 10000101 10110010 0 11110 110 11001 100111001 11110 111111

Color Harmonies of #BE85B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85B2

Black with #BE85B2

Text Example


Text Example

White with #BE85B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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