Html Css Color HEX #BC90BE Lilac

📋 copy color: '#BC90BE'

red 188 ◦ green 144 ◦ blue 190

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

Shades of Lilac #BC90BE

Tints of Lilac #BC90BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.4%

R = 36.02%
G = 27.59%
B = 36.4%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC90BE (or 0xBC90BE) is known color: Lilac. HEX triplet: BC, 90 and BE. RGB value is (188,144,190). Sum of RGB (Red+Green+Blue) = 188+144+190=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC90BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90BE is #436F41. Grayscale: #A2A2A2. Windows color (decimal): -4419394 or 12488892. OLE color: 12488892.

HSL color Cylindrical-coordinate representation of color #BC90BE: hue angle of 297.39º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC90BE is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 144 190 -
CMYK 0.01 0.24 0 0.25
HSL 297.39º 0.26% 0.65% -
HSV(B) 297.39º 0.24% 0.75% -
XYZ 40.01 34.36 53.24 -
YUV 162.4 143.58 146.26 -
System Red Green Blue C M Y K H S L
Decimal 188 144 190 0.01 0.24 0 0.25 297.39 0.26 0.65
Hex BC 90 BE 1 18 0 19 129 1A 41
Octal 274 220 276 1 30 0 31 451 32 101
Binary 10111100 10010000 10111110 1 11000 0 11001 100101001 11010 1000001

Color Harmonies of #BC90BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90BE

Black with #BC90BE

Text Example


Text Example

White with #BC90BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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