Html Css Color HEX #BF96C5 Lilac

📋 copy color: '#BF96C5'

red 191 ◦ green 150 ◦ blue 197

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

Shades of Lilac #BF96C5

Tints of Lilac #BF96C5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.88%

 BLUE value IS 197 (77.34% from 255) = 36.62%

R = 35.5%
G = 27.88%
B = 36.62%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BF96C5 (or 0xBF96C5) is known color: Lilac. HEX triplet: BF, 96 and C5. RGB value is (191,150,197). Sum of RGB (Red+Green+Blue) = 191+150+197=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF96C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96C5 is #40693A. Grayscale: #A7A7A7. Windows color (decimal): -4221243 or 12949183. OLE color: 12949183.

HSL color Cylindrical-coordinate representation of color #BF96C5: hue angle of 292.34º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF96C5 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 150 197 -
CMYK 0.03 0.24 0 0.23
HSL 292.34º 0.29% 0.68% -
HSV(B) 292.34º 0.24% 0.77% -
XYZ 42.47 36.92 57.71 -
YUV 167.62 144.58 144.68 -
System Red Green Blue C M Y K H S L
Decimal 191 150 197 0.03 0.24 0 0.23 292.34 0.29 0.68
Hex BF 96 C5 3 18 0 17 124 1D 44
Octal 277 226 305 3 30 0 27 444 35 104
Binary 10111111 10010110 11000101 11 11000 0 10111 100100100 11101 1000100

Color Harmonies of #BF96C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF96C5

Black with #BF96C5

Text Example


Text Example

White with #BF96C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF96C5; }

 p { color: rgb(191,150,197); }

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

background-color css

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

 a { background-color: rgb(191,150,197); }

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

border-color css

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

 span { border-color: rgb(191,150,197); }

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