Html Css Color HEX #BC92C1 Lilac

📋 copy color: '#BC92C1'

red 188 ◦ green 146 ◦ blue 193

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

Shades of Lilac #BC92C1

Tints of Lilac #BC92C1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.7%

 BLUE value IS 193 (75.78% from 255) = 36.62%

R = 35.67%
G = 27.7%
B = 36.62%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC92C1 (or 0xBC92C1) is known color: Lilac. HEX triplet: BC, 92 and C1. RGB value is (188,146,193). Sum of RGB (Red+Green+Blue) = 188+146+193=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC92C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92C1 is #436D3E. Grayscale: #A3A3A3. Windows color (decimal): -4418879 or 12686012. OLE color: 12686012.

HSL color Cylindrical-coordinate representation of color #BC92C1: hue angle of 293.62º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC92C1 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 146 193 -
CMYK 0.03 0.24 0 0.24
HSL 293.62º 0.27% 0.66% -
HSV(B) 293.62º 0.24% 0.76% -
XYZ 40.64 35.1 55.08 -
YUV 163.92 144.41 145.18 -
System Red Green Blue C M Y K H S L
Decimal 188 146 193 0.03 0.24 0 0.24 293.62 0.27 0.66
Hex BC 92 C1 3 18 0 18 126 1B 42
Octal 274 222 301 3 30 0 30 446 33 102
Binary 10111100 10010010 11000001 11 11000 0 11000 100100110 11011 1000010

Color Harmonies of #BC92C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC92C1

Black with #BC92C1

Text Example


Text Example

White with #BC92C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC92C1; }

 p { color: rgb(188,146,193); }

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

background-color css

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

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

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

border-color css

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

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

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