Html Css Color HEX #BC90C0 Lilac

📋 copy color: '#BC90C0'

red 188 ◦ green 144 ◦ blue 192

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

Shades of Lilac #BC90C0

Tints of Lilac #BC90C0

RGB

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

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

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

R = 35.88%
G = 27.48%
B = 36.64%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC90C0 (or 0xBC90C0) is known color: Lilac. HEX triplet: BC, 90 and C0. RGB value is (188,144,192). Sum of RGB (Red+Green+Blue) = 188+144+192=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC90C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90C0 is #436F3F. Grayscale: #A2A2A2. Windows color (decimal): -4419392 or 12619964. OLE color: 12619964.

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

Color convert

RGB 188 144 192 -
CMYK 0.02 0.25 0 0.25
HSL 295º 0.28% 0.66% -
HSV(B) 295º 0.25% 0.75% -
XYZ 40.23 34.44 54.4 -
YUV 162.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 188 144 192 0.02 0.25 0 0.25 295 0.28 0.66
Hex BC 90 C0 2 19 0 19 127 1C 42
Octal 274 220 300 2 31 0 31 447 34 102
Binary 10111100 10010000 11000000 10 11001 0 11001 100100111 11100 1000010

Color Harmonies of #BC90C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90C0

Black with #BC90C0

Text Example


Text Example

White with #BC90C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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