Html Css Color HEX #B993BC Lilac

📋 copy color: '#B993BC'

red 185 ◦ green 147 ◦ blue 188

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

Shades of Lilac #B993BC

Tints of Lilac #B993BC

RGB

 RED value IS 185 (72.66% from 255) = 35.58%

 GREEN value IS 147 (57.81% from 255) = 28.27%

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

R = 35.58%
G = 28.27%
B = 36.15%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B993BC (or 0xB993BC) is known color: Lilac. HEX triplet: B9, 93 and BC. RGB value is (185,147,188). Sum of RGB (Red+Green+Blue) = 185+147+188=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #B993BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993BC is #466C43. Grayscale: #A2A2A2. Windows color (decimal): -4615236 or 12358585. OLE color: 12358585.

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

Color convert

RGB 185 147 188 -
CMYK 0.02 0.22 0 0.26
HSL 295.61º 0.23% 0.66% -
HSV(B) 295.61º 0.22% 0.74% -
XYZ 39.52 34.81 52.21 -
YUV 163.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 185 147 188 0.02 0.22 0 0.26 295.61 0.23 0.66
Hex B9 93 BC 2 16 0 1A 128 17 42
Octal 271 223 274 2 26 0 32 450 27 102
Binary 10111001 10010011 10111100 10 10110 0 11010 100101000 10111 1000010

Color Harmonies of #B993BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B993BC

Black with #B993BC

Text Example


Text Example

White with #B993BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B993BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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