Html Css Color HEX #BE84B2 London Hue

📋 copy color: '#BE84B2'

red 190 ◦ green 132 ◦ blue 178

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

Shades of London Hue #BE84B2

Tints of London Hue #BE84B2

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.4%

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

R = 38%
G = 26.4%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE84B2 (or 0xBE84B2) is known color: London Hue. HEX triplet: BE, 84 and B2. RGB value is (190,132,178). Sum of RGB (Red+Green+Blue) = 190+132+178=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BE84B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE84B2 is #417B4D. Grayscale: #9A9A9A. Windows color (decimal): -4291406 or 11699390. OLE color: 11699390.

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

Color convert

RGB 190 132 178 -
CMYK 0 0.31 0.06 0.25
HSL 312.41º 0.31% 0.63% -
HSV(B) 312.41º 0.31% 0.75% -
XYZ 37.52 30.66 46.06 -
YUV 154.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 190 132 178 0 0.31 0.06 0.25 312.41 0.31 0.63
Hex BE 84 B2 0 1F 6 19 138 1F 3F
Octal 276 204 262 0 37 6 31 470 37 77
Binary 10111110 10000100 10110010 0 11111 110 11001 100111000 11111 111111

Color Harmonies of #BE84B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE84B2

Black with #BE84B2

Text Example


Text Example

White with #BE84B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE84B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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