Html Css Color HEX #BF92C0 Lilac

📋 copy color: '#BF92C0'

red 191 ◦ green 146 ◦ blue 192

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

Shades of Lilac #BF92C0

Tints of Lilac #BF92C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.29%

R = 36.11%
G = 27.6%
B = 36.29%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF92C0 (or 0xBF92C0) is known color: Lilac. HEX triplet: BF, 92 and C0. RGB value is (191,146,192). Sum of RGB (Red+Green+Blue) = 191+146+192=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF92C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92C0 is #406D3F. Grayscale: #A4A4A4. Windows color (decimal): -4222272 or 12620479. OLE color: 12620479.

HSL color Cylindrical-coordinate representation of color #BF92C0: hue angle of 298.7º degrees, saturation: 0.27, 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 #BF92C0 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 146 192 -
CMYK 0.01 0.24 0 0.25
HSL 298.7º 0.27% 0.66% -
HSV(B) 298.7º 0.24% 0.75% -
XYZ 41.28 35.44 54.53 -
YUV 164.7 143.41 146.76 -
System Red Green Blue C M Y K H S L
Decimal 191 146 192 0.01 0.24 0 0.25 298.7 0.27 0.66
Hex BF 92 C0 1 18 0 19 12B 1B 42
Octal 277 222 300 1 30 0 31 453 33 102
Binary 10111111 10010010 11000000 1 11000 0 11001 100101011 11011 1000010

Color Harmonies of #BF92C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF92C0

Black with #BF92C0

Text Example


Text Example

White with #BF92C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF92C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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