Html Css Color HEX #BC88BF Lilac

📋 copy color: '#BC88BF'

red 188 ◦ green 136 ◦ blue 191

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

Shades of Lilac #BC88BF

Tints of Lilac #BC88BF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.41%

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

R = 36.5%
G = 26.41%
B = 37.09%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC88BF (or 0xBC88BF) is known color: Lilac. HEX triplet: BC, 88 and BF. RGB value is (188,136,191). Sum of RGB (Red+Green+Blue) = 188+136+191=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC88BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88BF is #437740. Grayscale: #9D9D9D. Windows color (decimal): -4421441 or 12552380. OLE color: 12552380.

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

Color convert

RGB 188 136 191 -
CMYK 0.02 0.29 0 0.25
HSL 296.73º 0.3% 0.64% -
HSV(B) 296.73º 0.29% 0.75% -
XYZ 38.95 32.06 53.43 -
YUV 157.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 188 136 191 0.02 0.29 0 0.25 296.73 0.3 0.64
Hex BC 88 BF 2 1D 0 19 129 1E 40
Octal 274 210 277 2 35 0 31 451 36 100
Binary 10111100 10001000 10111111 10 11101 0 11001 100101001 11110 1000000

Color Harmonies of #BC88BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC88BF

Black with #BC88BF

Text Example


Text Example

White with #BC88BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC88BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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