#BF94C4

Color #BF94C4 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #BF94C4

Tints of Lilac #BF94C4

Color information

#BF94C4 (or 0xBF94C4) is unknown color: approx Lilac. HEX triplet: BF, 94 and C4. RGB value is (191,148,196). Sum of RGB (Red+Green+Blue) = 191+148+196=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF94C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94C4 is #406B3B. Grayscale: #A6A6A6. Windows color (decimal): -4221756 or 12883135. OLE color: 12883135.

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

Color convert

RGB191148196-
CMYK0.030.2400.23
HSL293.75º28.92%67.45%-
HSV(B)293.75º24.49%76.86%-
XYZ42.0436.2457-
YUV166.33144.75145.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 148 (58.20% from 255) = 27.66%
BLUE value IS 196 (76.95% from 255) = 36.64%
R=35.70%
G=27.66%
B=36.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911481960.030.2400.23293.7528.9267.45
HexBF94C43180171261d43
Octal27722430433002744635103
Binary1011111110010100110001001111000010111100100110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF94C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF94C4; }

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

 H1.HeaderClassName
 {
   color: #BF94C4;
 }
 .AnyTagClassName
 {
   color: #BF94C4;
 }
</style>
background-color css

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

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

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

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

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

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