Html Css Color HEX #BC9BBF Lilac

📋 copy color: '#BC9BBF'

red 188 ◦ green 155 ◦ blue 191

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

Shades of Lilac #BC9BBF

Tints of Lilac #BC9BBF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.03%

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

R = 35.21%
G = 29.03%
B = 35.77%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC9BBF (or 0xBC9BBF) is known color: Lilac. HEX triplet: BC, 9B and BF. RGB value is (188,155,191). Sum of RGB (Red+Green+Blue) = 188+155+191=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC9BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BBF is #436440. Grayscale: #A8A8A8. Windows color (decimal): -4416577 or 12557244. OLE color: 12557244.

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

Color convert

RGB 188 155 191 -
CMYK 0.02 0.19 0 0.25
HSL 295º 0.22% 0.68% -
HSV(B) 295º 0.19% 0.75% -
XYZ 41.86 37.9 54.4 -
YUV 168.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 188 155 191 0.02 0.19 0 0.25 295 0.22 0.68
Hex BC 9B BF 2 13 0 19 127 16 44
Octal 274 233 277 2 23 0 31 447 26 104
Binary 10111100 10011011 10111111 10 10011 0 11001 100100111 10110 1000100

Color Harmonies of #BC9BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9BBF

Black with #BC9BBF

Text Example


Text Example

White with #BC9BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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