Html Css Color HEX #BC94BF Lilac

📋 copy color: '#BC94BF'

red 188 ◦ green 148 ◦ blue 191

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

Shades of Lilac #BC94BF

Tints of Lilac #BC94BF

RGB

 RED value IS 188 (73.83% from 255) = 35.67%

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

 BLUE value IS 191 (75% from 255) = 36.24%

R = 35.67%
G = 28.08%
B = 36.24%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC94BF (or 0xBC94BF) is known color: Lilac. HEX triplet: BC, 94 and BF. RGB value is (188,148,191). Sum of RGB (Red+Green+Blue) = 188+148+191=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC94BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94BF is #436B40. Grayscale: #A4A4A4. Windows color (decimal): -4418369 or 12555452. OLE color: 12555452.

HSL color Cylindrical-coordinate representation of color #BC94BF: hue angle of 295.81º 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 #BC94BF is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 148 191 -
CMYK 0.02 0.23 0 0.25
HSL 295.81º 0.25% 0.66% -
HSV(B) 295.81º 0.23% 0.75% -
XYZ 40.73 35.63 54.02 -
YUV 164.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 188 148 191 0.02 0.23 0 0.25 295.81 0.25 0.66
Hex BC 94 BF 2 17 0 19 128 19 42
Octal 274 224 277 2 27 0 31 450 31 102
Binary 10111100 10010100 10111111 10 10111 0 11001 100101000 11001 1000010

Color Harmonies of #BC94BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94BF

Black with #BC94BF

Text Example


Text Example

White with #BC94BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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