Html Css Color HEX #BE93B7 London Hue

📋 copy color: '#BE93B7'

red 190 ◦ green 147 ◦ blue 183

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

Shades of London Hue #BE93B7

Tints of London Hue #BE93B7

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.27%

 BLUE value IS 183 (71.88% from 255) = 35.19%

R = 36.54%
G = 28.27%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE93B7 (or 0xBE93B7) is known color: London Hue. HEX triplet: BE, 93 and B7. RGB value is (190,147,183). Sum of RGB (Red+Green+Blue) = 190+147+183=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BE93B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93B7 is #416C48. Grayscale: #A3A3A3. Windows color (decimal): -4287561 or 12030910. OLE color: 12030910.

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

Color convert

RGB 190 147 183 -
CMYK 0 0.23 0.04 0.25
HSL 309.77º 0.25% 0.66% -
HSV(B) 309.77º 0.23% 0.75% -
XYZ 40.22 35.23 49.48 -
YUV 163.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 190 147 183 0 0.23 0.04 0.25 309.77 0.25 0.66
Hex BE 93 B7 0 17 4 19 136 19 42
Octal 276 223 267 0 27 4 31 466 31 102
Binary 10111110 10010011 10110111 0 10111 100 11001 100110110 11001 1000010

Color Harmonies of #BE93B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE93B7

Black with #BE93B7

Text Example


Text Example

White with #BE93B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE93B7; }

 p { color: rgb(190,147,183); }

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

background-color css

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

 a { background-color: rgb(190,147,183); }

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

border-color css

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

 span { border-color: rgb(190,147,183); }

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