Html Css Color HEX #BC99C0 Lilac

📋 copy color: '#BC99C0'

red 188 ◦ green 153 ◦ blue 192

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

Shades of Lilac #BC99C0

Tints of Lilac #BC99C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.02%

R = 35.27%
G = 28.71%
B = 36.02%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC99C0 (or 0xBC99C0) is known color: Lilac. HEX triplet: BC, 99 and C0. RGB value is (188,153,192). Sum of RGB (Red+Green+Blue) = 188+153+192=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC99C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99C0 is #43663F. Grayscale: #A7A7A7. Windows color (decimal): -4417088 or 12622268. OLE color: 12622268.

HSL color Cylindrical-coordinate representation of color #BC99C0: hue angle of 293.85º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC99C0 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 153 192 -
CMYK 0.02 0.20 0 0.25
HSL 293.85º 0.24% 0.68% -
HSV(B) 293.85º 0.2% 0.75% -
XYZ 41.64 37.28 54.87 -
YUV 167.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 188 153 192 0.02 0.20 0 0.25 293.85 0.24 0.68
Hex BC 99 C0 2 14 0 19 126 18 44
Octal 274 231 300 2 24 0 31 446 30 104
Binary 10111100 10011001 11000000 10 10100 0 11001 100100110 11000 1000100

Color Harmonies of #BC99C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99C0

Black with #BC99C0

Text Example


Text Example

White with #BC99C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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