Html Css Color HEX #BC95C7 Lilac

📋 copy color: '#BC95C7'

red 188 ◦ green 149 ◦ blue 199

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

Shades of Lilac #BC95C7

Tints of Lilac #BC95C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.13%

R = 35.07%
G = 27.8%
B = 37.13%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC95C7 (or 0xBC95C7) is known color: Lilac. HEX triplet: BC, 95 and C7. RGB value is (188,149,199). Sum of RGB (Red+Green+Blue) = 188+149+199=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC95C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95C7 is #436A38. Grayscale: #A6A6A6. Windows color (decimal): -4418105 or 13079996. OLE color: 13079996.

HSL color Cylindrical-coordinate representation of color #BC95C7: hue angle of 286.8º degrees, saturation: 0.31, 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 #BC95C7 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 149 199 -
CMYK 0.06 0.25 0 0.22
HSL 286.8º 0.31% 0.68% -
HSV(B) 286.8º 0.25% 0.78% -
XYZ 41.8 36.31 58.84 -
YUV 166.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 188 149 199 0.06 0.25 0 0.22 286.8 0.31 0.68
Hex BC 95 C7 6 19 0 16 11F 1F 44
Octal 274 225 307 6 31 0 26 437 37 104
Binary 10111100 10010101 11000111 110 11001 0 10110 100011111 11111 1000100

Color Harmonies of #BC95C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC95C7

Black with #BC95C7

Text Example


Text Example

White with #BC95C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC95C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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