Html Css Color HEX #BFACBD Lilac

📋 copy color: '#BFACBD'

red 191 ◦ green 172 ◦ blue 189

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

Shades of Lilac #BFACBD

Tints of Lilac #BFACBD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.16%

 BLUE value IS 189 (74.22% from 255) = 34.24%

R = 34.6%
G = 31.16%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BFACBD (or 0xBFACBD) is known color: Lilac. HEX triplet: BF, AC and BD. RGB value is (191,172,189). Sum of RGB (Red+Green+Blue) = 191+172+189=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 191 - color contains mainly: red. Hex color #BFACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACBD is #405342. Grayscale: #B3B3B3. Windows color (decimal): -4215619 or 12430527. OLE color: 12430527.

HSL color Cylindrical-coordinate representation of color #BFACBD: hue angle of 306.32º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFACBD is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 172 189 -
CMYK 0 0.10 0.01 0.25
HSL 306.32º 0.13% 0.71% -
HSV(B) 306.32º 0.1% 0.75% -
XYZ 45.42 44.26 54.29 -
YUV 179.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 191 172 189 0 0.10 0.01 0.25 306.32 0.13 0.71
Hex BF AC BD 0 A 1 19 132 D 47
Octal 277 254 275 0 12 1 31 462 15 107
Binary 10111111 10101100 10111101 0 1010 1 11001 100110010 1101 1000111

Color Harmonies of #BFACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACBD

Black with #BFACBD

Text Example


Text Example

White with #BFACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACBD; }

 p { color: rgb(191,172,189); }

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

background-color css

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

 a { background-color: rgb(191,172,189); }

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

border-color css

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

 span { border-color: rgb(191,172,189); }

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