Html Css Color HEX #BC9DBA Lilac

📋 copy color: '#BC9DBA'

red 188 ◦ green 157 ◦ blue 186

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

Shades of Lilac #BC9DBA

Tints of Lilac #BC9DBA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.57%

 BLUE value IS 186 (73.05% from 255) = 35.03%

R = 35.4%
G = 29.57%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC9DBA (or 0xBC9DBA) is known color: Lilac. HEX triplet: BC, 9D and BA. RGB value is (188,157,186). Sum of RGB (Red+Green+Blue) = 188+157+186=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DBA is #436245. Grayscale: #A9A9A9. Windows color (decimal): -4416070 or 12230076. OLE color: 12230076.

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

Color convert

RGB 188 157 186 -
CMYK 0 0.16 0.01 0.26
HSL 303.87º 0.19% 0.68% -
HSV(B) 303.87º 0.16% 0.74% -
XYZ 41.66 38.35 51.66 -
YUV 169.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 188 157 186 0 0.16 0.01 0.26 303.87 0.19 0.68
Hex BC 9D BA 0 10 1 1A 130 13 44
Octal 274 235 272 0 20 1 32 460 23 104
Binary 10111100 10011101 10111010 0 10000 1 11010 100110000 10011 1000100

Color Harmonies of #BC9DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9DBA

Black with #BC9DBA

Text Example


Text Example

White with #BC9DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9DBA; }

 p { color: rgb(188,157,186); }

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

background-color css

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

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

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

border-color css

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

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

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