Html Css Color HEX #BE93B0 Lily

📋 copy color: '#BE93B0'

red 190 ◦ green 147 ◦ blue 176

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

Shades of Lily #BE93B0

Tints of Lily #BE93B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.31%

R = 37.04%
G = 28.65%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE93B0 (or 0xBE93B0) is known color: Lily. HEX triplet: BE, 93 and B0. RGB value is (190,147,176). Sum of RGB (Red+Green+Blue) = 190+147+176=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 190 - color contains mainly: red. Hex color #BE93B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE93B0 is #416C4F. Grayscale: #A3A3A3. Windows color (decimal): -4287568 or 11572158. OLE color: 11572158.

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

Color convert

RGB 190 147 176 -
CMYK 0 0.23 0.07 0.25
HSL 319.53º 0.25% 0.66% -
HSV(B) 319.53º 0.23% 0.75% -
XYZ 39.51 34.95 45.74 -
YUV 163.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 190 147 176 0 0.23 0.07 0.25 319.53 0.25 0.66
Hex BE 93 B0 0 17 7 19 140 19 42
Octal 276 223 260 0 27 7 31 500 31 102
Binary 10111110 10010011 10110000 0 10111 111 11001 101000000 11001 1000010

Color Harmonies of #BE93B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE93B0

Black with #BE93B0

Text Example


Text Example

White with #BE93B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE93B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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