Html Css Color HEX #BF92BE Lilac

📋 copy color: '#BF92BE'

red 191 ◦ green 146 ◦ blue 190

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

Shades of Lilac #BF92BE

Tints of Lilac #BF92BE

RGB

 RED value IS 191 (75% from 255) = 36.24%

 GREEN value IS 146 (57.42% from 255) = 27.7%

 BLUE value IS 190 (74.61% from 255) = 36.05%

R = 36.24%
G = 27.7%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF92BE (or 0xBF92BE) is known color: Lilac. HEX triplet: BF, 92 and BE. RGB value is (191,146,190). Sum of RGB (Red+Green+Blue) = 191+146+190=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BF92BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92BE is #406D41. Grayscale: #A4A4A4. Windows color (decimal): -4222274 or 12489407. OLE color: 12489407.

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

Color convert

RGB 191 146 190 -
CMYK 0 0.24 0.01 0.25
HSL 301.33º 0.26% 0.66% -
HSV(B) 301.33º 0.24% 0.75% -
XYZ 41.06 35.35 53.37 -
YUV 164.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 191 146 190 0 0.24 0.01 0.25 301.33 0.26 0.66
Hex BF 92 BE 0 18 1 19 12D 1A 42
Octal 277 222 276 0 30 1 31 455 32 102
Binary 10111111 10010010 10111110 0 11000 1 11001 100101101 11010 1000010

Color Harmonies of #BF92BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF92BE

Black with #BF92BE

Text Example


Text Example

White with #BF92BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF92BE; }

 p { color: rgb(191,146,190); }

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

background-color css

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

 a { background-color: rgb(191,146,190); }

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

border-color css

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

 span { border-color: rgb(191,146,190); }

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