Html Css Color HEX #BF9CC1 Lilac

📋 copy color: '#BF9CC1'

red 191 ◦ green 156 ◦ blue 193

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

Shades of Lilac #BF9CC1

Tints of Lilac #BF9CC1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.89%

 BLUE value IS 193 (75.78% from 255) = 35.74%

R = 35.37%
G = 28.89%
B = 35.74%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF9CC1 (or 0xBF9CC1) is known color: Lilac. HEX triplet: BF, 9C and C1. RGB value is (191,156,193). Sum of RGB (Red+Green+Blue) = 191+156+193=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF9CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9CC1 is #40633E. Grayscale: #AAAAAA. Windows color (decimal): -4219711 or 12688575. OLE color: 12688575.

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

Color convert

RGB 191 156 193 -
CMYK 0.01 0.19 0 0.24
HSL 296.76º 0.23% 0.68% -
HSV(B) 296.76º 0.19% 0.76% -
XYZ 43 38.7 55.66 -
YUV 170.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 191 156 193 0.01 0.19 0 0.24 296.76 0.23 0.68
Hex BF 9C C1 1 13 0 18 129 17 44
Octal 277 234 301 1 23 0 30 451 27 104
Binary 10111111 10011100 11000001 1 10011 0 11000 100101001 10111 1000100

Color Harmonies of #BF9CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9CC1

Black with #BF9CC1

Text Example


Text Example

White with #BF9CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9CC1; }

 p { color: rgb(191,156,193); }

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

background-color css

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

 a { background-color: rgb(191,156,193); }

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

border-color css

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

 span { border-color: rgb(191,156,193); }

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