Html Css Color HEX #BF94BB Lilac

📋 copy color: '#BF94BB'

red 191 ◦ green 148 ◦ blue 187

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

Shades of Lilac #BF94BB

Tints of Lilac #BF94BB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.14%

 BLUE value IS 187 (73.44% from 255) = 35.55%

R = 36.31%
G = 28.14%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF94BB (or 0xBF94BB) is known color: Lilac. HEX triplet: BF, 94 and BB. RGB value is (191,148,187). Sum of RGB (Red+Green+Blue) = 191+148+187=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BF94BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94BB is #406B44. Grayscale: #A5A5A5. Windows color (decimal): -4221765 or 12293311. OLE color: 12293311.

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

Color convert

RGB 191 148 187 -
CMYK 0 0.23 0.02 0.25
HSL 305.58º 0.25% 0.66% -
HSV(B) 305.58º 0.23% 0.75% -
XYZ 41.05 35.84 51.77 -
YUV 165.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 191 148 187 0 0.23 0.02 0.25 305.58 0.25 0.66
Hex BF 94 BB 0 17 2 19 132 19 42
Octal 277 224 273 0 27 2 31 462 31 102
Binary 10111111 10010100 10111011 0 10111 10 11001 100110010 11001 1000010

Color Harmonies of #BF94BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF94BB

Black with #BF94BB

Text Example


Text Example

White with #BF94BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF94BB; }

 p { color: rgb(191,148,187); }

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

background-color css

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

 a { background-color: rgb(191,148,187); }

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

border-color css

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

 span { border-color: rgb(191,148,187); }

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