Html Css Color HEX #BC95C3 Lilac

📋 copy color: '#BC95C3'

red 188 ◦ green 149 ◦ blue 195

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

Shades of Lilac #BC95C3

Tints of Lilac #BC95C3

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.01%

 BLUE value IS 195 (76.56% from 255) = 36.65%

R = 35.34%
G = 28.01%
B = 36.65%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC95C3 (or 0xBC95C3) is known color: Lilac. HEX triplet: BC, 95 and C3. RGB value is (188,149,195). Sum of RGB (Red+Green+Blue) = 188+149+195=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC95C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95C3 is #436A3C. Grayscale: #A5A5A5. Windows color (decimal): -4418109 or 12817852. OLE color: 12817852.

HSL color Cylindrical-coordinate representation of color #BC95C3: hue angle of 290.87º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC95C3 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 149 195 -
CMYK 0.04 0.24 0 0.24
HSL 290.87º 0.28% 0.67% -
HSV(B) 290.87º 0.24% 0.76% -
XYZ 41.34 36.13 56.42 -
YUV 165.91 144.42 143.76 -
System Red Green Blue C M Y K H S L
Decimal 188 149 195 0.04 0.24 0 0.24 290.87 0.28 0.67
Hex BC 95 C3 4 18 0 18 123 1C 43
Octal 274 225 303 4 30 0 30 443 34 103
Binary 10111100 10010101 11000011 100 11000 0 11000 100100011 11100 1000011

Color Harmonies of #BC95C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC95C3

Black with #BC95C3

Text Example


Text Example

White with #BC95C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC95C3; }

 p { color: rgb(188,149,195); }

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

background-color css

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

 a { background-color: rgb(188,149,195); }

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

border-color css

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

 span { border-color: rgb(188,149,195); }

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