Html Css Color HEX #BC9BBC Lilac

📋 copy color: '#BC9BBC'

red 188 ◦ green 155 ◦ blue 188

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

Shades of Lilac #BC9BBC

Tints of Lilac #BC9BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.4%

R = 35.4%
G = 29.19%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC9BBC (or 0xBC9BBC) is known color: Lilac. HEX triplet: BC, 9B and BC. RGB value is (188,155,188). Sum of RGB (Red+Green+Blue) = 188+155+188=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC9BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BBC is #436443. Grayscale: #A8A8A8. Windows color (decimal): -4416580 or 12360636. OLE color: 12360636.

HSL color Cylindrical-coordinate representation of color #BC9BBC: hue angle of 300º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BC9BBC is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 155 188 -
CMYK 0 0.18 0 0.26
HSL 300º 0.2% 0.67% -
HSV(B) 300º 0.18% 0.74% -
XYZ 41.54 37.76 52.68 -
YUV 168.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 188 155 188 0 0.18 0 0.26 300 0.2 0.67
Hex BC 9B BC 0 12 0 1A 12C 14 43
Octal 274 233 274 0 22 0 32 454 24 103
Binary 10111100 10011011 10111100 0 10010 0 11010 100101100 10100 1000011

Color Harmonies of #BC9BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9BBC

Black with #BC9BBC

Text Example


Text Example

White with #BC9BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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