Html Css Color HEX #BF9FBC Lilac

📋 copy color: '#BF9FBC'

red 191 ◦ green 159 ◦ blue 188

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

Shades of Lilac #BF9FBC

Tints of Lilac #BF9FBC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.55%

 BLUE value IS 188 (73.83% from 255) = 34.94%

R = 35.5%
G = 29.55%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF9FBC (or 0xBF9FBC) is known color: Lilac. HEX triplet: BF, 9F and BC. RGB value is (191,159,188). Sum of RGB (Red+Green+Blue) = 191+159+188=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FBC is #406043. Grayscale: #ABABAB. Windows color (decimal): -4218948 or 12361663. OLE color: 12361663.

HSL color Cylindrical-coordinate representation of color #BF9FBC: hue angle of 305.62º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BF9FBC is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 159 188 -
CMYK 0 0.17 0.02 0.25
HSL 305.63º 0.2% 0.69% -
HSV(B) 305.63º 0.17% 0.75% -
XYZ 42.96 39.5 52.94 -
YUV 171.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 191 159 188 0 0.17 0.02 0.25 305.63 0.2 0.69
Hex BF 9F BC 0 11 2 19 132 14 45
Octal 277 237 274 0 21 2 31 462 24 105
Binary 10111111 10011111 10111100 0 10001 10 11001 100110010 10100 1000101

Color Harmonies of #BF9FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9FBC

Black with #BF9FBC

Text Example


Text Example

White with #BF9FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9FBC; }

 p { color: rgb(191,159,188); }

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

background-color css

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

 a { background-color: rgb(191,159,188); }

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

border-color css

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

 span { border-color: rgb(191,159,188); }

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