Html Css Color HEX #BC99C1 Lilac

📋 copy color: '#BC99C1'

red 188 ◦ green 153 ◦ blue 193

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

Shades of Lilac #BC99C1

Tints of Lilac #BC99C1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.65%

 BLUE value IS 193 (75.78% from 255) = 36.14%

R = 35.21%
G = 28.65%
B = 36.14%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC99C1 (or 0xBC99C1) is known color: Lilac. HEX triplet: BC, 99 and C1. RGB value is (188,153,193). Sum of RGB (Red+Green+Blue) = 188+153+193=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC99C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99C1 is #43663E. Grayscale: #A7A7A7. Windows color (decimal): -4417087 or 12687804. OLE color: 12687804.

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

Color convert

RGB 188 153 193 -
CMYK 0.03 0.21 0 0.24
HSL 292.5º 0.24% 0.68% -
HSV(B) 292.5º 0.21% 0.76% -
XYZ 41.76 37.32 55.46 -
YUV 168.03 142.1 142.25 -
System Red Green Blue C M Y K H S L
Decimal 188 153 193 0.03 0.21 0 0.24 292.5 0.24 0.68
Hex BC 99 C1 3 15 0 18 124 18 44
Octal 274 231 301 3 25 0 30 444 30 104
Binary 10111100 10011001 11000001 11 10101 0 11000 100100100 11000 1000100

Color Harmonies of #BC99C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99C1

Black with #BC99C1

Text Example


Text Example

White with #BC99C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99C1; }

 p { color: rgb(188,153,193); }

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

background-color css

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

 a { background-color: rgb(188,153,193); }

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

border-color css

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

 span { border-color: rgb(188,153,193); }

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