Html Css Color HEX #BC90C1 Lilac

📋 copy color: '#BC90C1'

red 188 ◦ green 144 ◦ blue 193

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

Shades of Lilac #BC90C1

Tints of Lilac #BC90C1

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.43%

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

R = 35.81%
G = 27.43%
B = 36.76%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC90C1 (or 0xBC90C1) is known color: Lilac. HEX triplet: BC, 90 and C1. RGB value is (188,144,193). Sum of RGB (Red+Green+Blue) = 188+144+193=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC90C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90C1 is #436F3E. Grayscale: #A2A2A2. Windows color (decimal): -4419391 or 12685500. OLE color: 12685500.

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

Color convert

RGB 188 144 193 -
CMYK 0.03 0.25 0 0.24
HSL 293.88º 0.28% 0.66% -
HSV(B) 293.88º 0.25% 0.76% -
XYZ 40.34 34.49 54.98 -
YUV 162.74 145.08 146.02 -
System Red Green Blue C M Y K H S L
Decimal 188 144 193 0.03 0.25 0 0.24 293.88 0.28 0.66
Hex BC 90 C1 3 19 0 18 126 1C 42
Octal 274 220 301 3 31 0 30 446 34 102
Binary 10111100 10010000 11000001 11 11001 0 11000 100100110 11100 1000010

Color Harmonies of #BC90C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90C1

Black with #BC90C1

Text Example


Text Example

White with #BC90C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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