Html Css Color HEX #B990BD Lilac

📋 copy color: '#B990BD'

red 185 ◦ green 144 ◦ blue 189

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

Shades of Lilac #B990BD

Tints of Lilac #B990BD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.8%

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

R = 35.71%
G = 27.8%
B = 36.49%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B990BD (or 0xB990BD) is known color: Lilac. HEX triplet: B9, 90 and BD. RGB value is (185,144,189). Sum of RGB (Red+Green+Blue) = 185+144+189=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #B990BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990BD is #466F42. Grayscale: #A1A1A1. Windows color (decimal): -4616003 or 12423353. OLE color: 12423353.

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

Color convert

RGB 185 144 189 -
CMYK 0.02 0.24 0 0.26
HSL 294.67º 0.25% 0.65% -
HSV(B) 294.67º 0.24% 0.74% -
XYZ 39.17 33.93 52.63 -
YUV 161.39 143.58 144.84 -
System Red Green Blue C M Y K H S L
Decimal 185 144 189 0.02 0.24 0 0.26 294.67 0.25 0.65
Hex B9 90 BD 2 18 0 1A 127 19 41
Octal 271 220 275 2 30 0 32 447 31 101
Binary 10111001 10010000 10111101 10 11000 0 11010 100100111 11001 1000001

Color Harmonies of #B990BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990BD

Black with #B990BD

Text Example


Text Example

White with #B990BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990BD; }

 p { color: rgb(185,144,189); }

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

background-color css

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

 a { background-color: rgb(185,144,189); }

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

border-color css

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

 span { border-color: rgb(185,144,189); }

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