Html Css Color HEX #BE93B2 Lily

📋 copy color: '#BE93B2'

red 190 ◦ green 147 ◦ blue 178

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

Shades of Lily #BE93B2

Tints of Lily #BE93B2

RGB

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

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

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

R = 36.89%
G = 28.54%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE93B2 (or 0xBE93B2) is known color: Lily. HEX triplet: BE, 93 and B2. RGB value is (190,147,178). Sum of RGB (Red+Green+Blue) = 190+147+178=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BE93B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE93B2 is #416C4D. Grayscale: #A3A3A3. Windows color (decimal): -4287566 or 11703230. OLE color: 11703230.

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

Color convert

RGB 190 147 178 -
CMYK 0 0.23 0.06 0.25
HSL 316.74º 0.25% 0.66% -
HSV(B) 316.74º 0.23% 0.75% -
XYZ 39.7 35.03 46.79 -
YUV 163.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 190 147 178 0 0.23 0.06 0.25 316.74 0.25 0.66
Hex BE 93 B2 0 17 6 19 13D 19 42
Octal 276 223 262 0 27 6 31 475 31 102
Binary 10111110 10010011 10110010 0 10111 110 11001 100111101 11001 1000010

Color Harmonies of #BE93B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE93B2

Black with #BE93B2

Text Example


Text Example

White with #BE93B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE93B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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