Html Css Color HEX #BC9CBD Lilac

📋 copy color: '#BC9CBD'

red 188 ◦ green 156 ◦ blue 189

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

Shades of Lilac #BC9CBD

Tints of Lilac #BC9CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.27%

 BLUE value IS 189 (74.22% from 255) = 35.46%

R = 35.27%
G = 29.27%
B = 35.46%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC9CBD (or 0xBC9CBD) is known color: Lilac. HEX triplet: BC, 9C and BD. RGB value is (188,156,189). Sum of RGB (Red+Green+Blue) = 188+156+189=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC9CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CBD is #436342. Grayscale: #A9A9A9. Windows color (decimal): -4416323 or 12426428. OLE color: 12426428.

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

Color convert

RGB 188 156 189 -
CMYK 0.01 0.17 0 0.26
HSL 298.18º 0.2% 0.68% -
HSV(B) 298.18º 0.17% 0.74% -
XYZ 41.81 38.14 53.3 -
YUV 169.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 188 156 189 0.01 0.17 0 0.26 298.18 0.2 0.68
Hex BC 9C BD 1 11 0 1A 12A 14 44
Octal 274 234 275 1 21 0 32 452 24 104
Binary 10111100 10011100 10111101 1 10001 0 11010 100101010 10100 1000100

Color Harmonies of #BC9CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9CBD

Black with #BC9CBD

Text Example


Text Example

White with #BC9CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9CBD; }

 p { color: rgb(188,156,189); }

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

background-color css

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

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

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

border-color css

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

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

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