Html Css Color HEX #BC94C4 Lilac

📋 copy color: '#BC94C4'

red 188 ◦ green 148 ◦ blue 196

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

Shades of Lilac #BC94C4

Tints of Lilac #BC94C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.84%

R = 35.34%
G = 27.82%
B = 36.84%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BC94C4 (or 0xBC94C4) is known color: Lilac. HEX triplet: BC, 94 and C4. RGB value is (188,148,196). Sum of RGB (Red+Green+Blue) = 188+148+196=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC94C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94C4 is #436B3B. Grayscale: #A5A5A5. Windows color (decimal): -4418364 or 12883132. OLE color: 12883132.

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

Color convert

RGB 188 148 196 -
CMYK 0.04 0.24 0 0.23
HSL 290º 0.29% 0.67% -
HSV(B) 290º 0.24% 0.77% -
XYZ 41.29 35.86 56.97 -
YUV 165.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 188 148 196 0.04 0.24 0 0.23 290 0.29 0.67
Hex BC 94 C4 4 18 0 17 122 1D 43
Octal 274 224 304 4 30 0 27 442 35 103
Binary 10111100 10010100 11000100 100 11000 0 10111 100100010 11101 1000011

Color Harmonies of #BC94C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94C4

Black with #BC94C4

Text Example


Text Example

White with #BC94C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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