Html Css Color HEX #BE93BA London Hue

📋 copy color: '#BE93BA'

red 190 ◦ green 147 ◦ blue 186

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

Shades of London Hue #BE93BA

Tints of London Hue #BE93BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.56%

R = 36.33%
G = 28.11%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE93BA (or 0xBE93BA) is known color: London Hue. HEX triplet: BE, 93 and BA. RGB value is (190,147,186). Sum of RGB (Red+Green+Blue) = 190+147+186=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BE93BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93BA is #416C45. Grayscale: #A4A4A4. Windows color (decimal): -4287558 or 12227518. OLE color: 12227518.

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

Color convert

RGB 190 147 186 -
CMYK 0 0.23 0.02 0.25
HSL 305.58º 0.25% 0.66% -
HSV(B) 305.58º 0.23% 0.75% -
XYZ 40.53 35.36 51.14 -
YUV 164.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 190 147 186 0 0.23 0.02 0.25 305.58 0.25 0.66
Hex BE 93 BA 0 17 2 19 132 19 42
Octal 276 223 272 0 27 2 31 462 31 102
Binary 10111110 10010011 10111010 0 10111 10 11001 100110010 11001 1000010

Color Harmonies of #BE93BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE93BA

Black with #BE93BA

Text Example


Text Example

White with #BE93BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE93BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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