Html Css Color HEX #BF92C8 Lilac

📋 copy color: '#BF92C8'

red 191 ◦ green 146 ◦ blue 200

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

Shades of Lilac #BF92C8

Tints of Lilac #BF92C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.24%

R = 35.57%
G = 27.19%
B = 37.24%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF92C8 (or 0xBF92C8) is known color: Lilac. HEX triplet: BF, 92 and C8. RGB value is (191,146,200). Sum of RGB (Red+Green+Blue) = 191+146+200=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF92C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92C8 is #406D37. Grayscale: #A5A5A5. Windows color (decimal): -4222264 or 13144767. OLE color: 13144767.

HSL color Cylindrical-coordinate representation of color #BF92C8: hue angle of 290º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF92C8 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 146 200 -
CMYK 0.04 0.27 0 0.22
HSL 290º 0.33% 0.68% -
HSV(B) 290º 0.27% 0.78% -
XYZ 42.19 35.8 59.33 -
YUV 165.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 191 146 200 0.04 0.27 0 0.22 290 0.33 0.68
Hex BF 92 C8 4 1B 0 16 122 21 44
Octal 277 222 310 4 33 0 26 442 41 104
Binary 10111111 10010010 11001000 100 11011 0 10110 100100010 100001 1000100

Color Harmonies of #BF92C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF92C8

Black with #BF92C8

Text Example


Text Example

White with #BF92C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF92C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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