Html Css Color HEX #BC99C2 Lilac

📋 copy color: '#BC99C2'

red 188 ◦ green 153 ◦ blue 194

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

Shades of Lilac #BC99C2

Tints of Lilac #BC99C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.26%

R = 35.14%
G = 28.6%
B = 36.26%

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

#BC99C2 (or 0xBC99C2) is known color: Lilac. HEX triplet: BC, 99 and C2. RGB value is (188,153,194). Sum of RGB (Red+Green+Blue) = 188+153+194=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC99C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99C2 is #43663D. Grayscale: #A8A8A8. Windows color (decimal): -4417086 or 12753340. OLE color: 12753340.

HSL color Cylindrical-coordinate representation of color #BC99C2: hue angle of 291.22º degrees, saturation: 0.25, 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 #BC99C2 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 153 194 -
CMYK 0.03 0.21 0 0.24
HSL 291.22º 0.25% 0.68% -
HSV(B) 291.22º 0.21% 0.76% -
XYZ 41.87 37.37 56.05 -
YUV 168.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 188 153 194 0.03 0.21 0 0.24 291.22 0.25 0.68
Hex BC 99 C2 3 15 0 18 123 19 44
Octal 274 231 302 3 25 0 30 443 31 104
Binary 10111100 10011001 11000010 11 10101 0 11000 100100011 11001 1000100

Color Harmonies of #BC99C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99C2

Black with #BC99C2

Text Example


Text Example

White with #BC99C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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