Html Css Color HEX #BC90BF Lilac

📋 copy color: '#BC90BF'

red 188 ◦ green 144 ◦ blue 191

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

Shades of Lilac #BC90BF

Tints of Lilac #BC90BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.52%

R = 35.95%
G = 27.53%
B = 36.52%

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

#BC90BF (or 0xBC90BF) is known color: Lilac. HEX triplet: BC, 90 and BF. RGB value is (188,144,191). Sum of RGB (Red+Green+Blue) = 188+144+191=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC90BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90BF is #436F40. Grayscale: #A2A2A2. Windows color (decimal): -4419393 or 12554428. OLE color: 12554428.

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

Color convert

RGB 188 144 191 -
CMYK 0.02 0.25 0 0.25
HSL 296.17º 0.27% 0.66% -
HSV(B) 296.17º 0.25% 0.75% -
XYZ 40.12 34.4 53.82 -
YUV 162.51 144.08 146.18 -
System Red Green Blue C M Y K H S L
Decimal 188 144 191 0.02 0.25 0 0.25 296.17 0.27 0.66
Hex BC 90 BF 2 19 0 19 128 1B 42
Octal 274 220 277 2 31 0 31 450 33 102
Binary 10111100 10010000 10111111 10 11001 0 11001 100101000 11011 1000010

Color Harmonies of #BC90BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90BF

Black with #BC90BF

Text Example


Text Example

White with #BC90BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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