Html Css Color HEX #BE93B8 London Hue

📋 copy color: '#BE93B8'

red 190 ◦ green 147 ◦ blue 184

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

Shades of London Hue #BE93B8

Tints of London Hue #BE93B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.32%

R = 36.47%
G = 28.21%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE93B8 (or 0xBE93B8) is known color: London Hue. HEX triplet: BE, 93 and B8. RGB value is (190,147,184). Sum of RGB (Red+Green+Blue) = 190+147+184=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BE93B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93B8 is #416C47. Grayscale: #A3A3A3. Windows color (decimal): -4287560 or 12096446. OLE color: 12096446.

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

Color convert

RGB 190 147 184 -
CMYK 0 0.23 0.03 0.25
HSL 308.37º 0.25% 0.66% -
HSV(B) 308.37º 0.23% 0.75% -
XYZ 40.32 35.28 50.03 -
YUV 164.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 190 147 184 0 0.23 0.03 0.25 308.37 0.25 0.66
Hex BE 93 B8 0 17 3 19 134 19 42
Octal 276 223 270 0 27 3 31 464 31 102
Binary 10111110 10010011 10111000 0 10111 11 11001 100110100 11001 1000010

Color Harmonies of #BE93B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE93B8

Black with #BE93B8

Text Example


Text Example

White with #BE93B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE93B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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