Html Css Color HEX #BC9FB9 Lilac

📋 copy color: '#BC9FB9'

red 188 ◦ green 159 ◦ blue 185

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

Shades of Lilac #BC9FB9

Tints of Lilac #BC9FB9

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.89%

 BLUE value IS 185 (72.66% from 255) = 34.77%

R = 35.34%
G = 29.89%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC9FB9 (or 0xBC9FB9) is known color: Lilac. HEX triplet: BC, 9F and B9. RGB value is (188,159,185). Sum of RGB (Red+Green+Blue) = 188+159+185=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FB9 is #436046. Grayscale: #AAAAAA. Windows color (decimal): -4415559 or 12165052. OLE color: 12165052.

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

Color convert

RGB 188 159 185 -
CMYK 0 0.15 0.02 0.26
HSL 306.21º 0.18% 0.68% -
HSV(B) 306.21º 0.15% 0.74% -
XYZ 41.89 38.99 51.22 -
YUV 170.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 188 159 185 0 0.15 0.02 0.26 306.21 0.18 0.68
Hex BC 9F B9 0 F 2 1A 132 12 44
Octal 274 237 271 0 17 2 32 462 22 104
Binary 10111100 10011111 10111001 0 1111 10 11010 100110010 10010 1000100

Color Harmonies of #BC9FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FB9

Black with #BC9FB9

Text Example


Text Example

White with #BC9FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FB9; }

 p { color: rgb(188,159,185); }

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

background-color css

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

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

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

border-color css

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

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

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