Html Css Color HEX #BC95C6 Lilac

📋 copy color: '#BC95C6'

red 188 ◦ green 149 ◦ blue 198

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

Shades of Lilac #BC95C6

Tints of Lilac #BC95C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.01%

R = 35.14%
G = 27.85%
B = 37.01%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC95C6 (or 0xBC95C6) is known color: Lilac. HEX triplet: BC, 95 and C6. RGB value is (188,149,198). Sum of RGB (Red+Green+Blue) = 188+149+198=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC95C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95C6 is #436A39. Grayscale: #A6A6A6. Windows color (decimal): -4418106 or 13014460. OLE color: 13014460.

HSL color Cylindrical-coordinate representation of color #BC95C6: hue angle of 287.76º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC95C6 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 149 198 -
CMYK 0.05 0.25 0 0.22
HSL 287.76º 0.3% 0.68% -
HSV(B) 287.76º 0.25% 0.78% -
XYZ 41.68 36.26 58.23 -
YUV 166.25 145.92 143.52 -
System Red Green Blue C M Y K H S L
Decimal 188 149 198 0.05 0.25 0 0.22 287.76 0.3 0.68
Hex BC 95 C6 5 19 0 16 120 1E 44
Octal 274 225 306 5 31 0 26 440 36 104
Binary 10111100 10010101 11000110 101 11001 0 10110 100100000 11110 1000100

Color Harmonies of #BC95C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC95C6

Black with #BC95C6

Text Example


Text Example

White with #BC95C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC95C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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