Html Css Color HEX #BC89C2 Lilac

📋 copy color: '#BC89C2'

red 188 ◦ green 137 ◦ blue 194

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

Shades of Lilac #BC89C2

Tints of Lilac #BC89C2

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.4%

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

R = 36.22%
G = 26.4%
B = 37.38%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC89C2 (or 0xBC89C2) is known color: Lilac. HEX triplet: BC, 89 and C2. RGB value is (188,137,194). Sum of RGB (Red+Green+Blue) = 188+137+194=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC89C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89C2 is #43763D. Grayscale: #9E9E9E. Windows color (decimal): -4421182 or 12749244. OLE color: 12749244.

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

Color convert

RGB 188 137 194 -
CMYK 0.03 0.29 0 0.24
HSL 293.68º 0.32% 0.65% -
HSV(B) 293.68º 0.29% 0.76% -
XYZ 39.42 32.48 55.23 -
YUV 158.75 147.9 148.87 -
System Red Green Blue C M Y K H S L
Decimal 188 137 194 0.03 0.29 0 0.24 293.68 0.32 0.65
Hex BC 89 C2 3 1D 0 18 126 20 41
Octal 274 211 302 3 35 0 30 446 40 101
Binary 10111100 10001001 11000010 11 11101 0 11000 100100110 100000 1000001

Color Harmonies of #BC89C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89C2

Black with #BC89C2

Text Example


Text Example

White with #BC89C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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