Html Css Color HEX #BD96BB Lilac

📋 copy color: '#BD96BB'

red 189 ◦ green 150 ◦ blue 187

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

Shades of Lilac #BD96BB

Tints of Lilac #BD96BB

RGB

 RED value IS 189 (74.22% from 255) = 35.93%

 GREEN value IS 150 (58.98% from 255) = 28.52%

 BLUE value IS 187 (73.44% from 255) = 35.55%

R = 35.93%
G = 28.52%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD96BB (or 0xBD96BB) is known color: Lilac. HEX triplet: BD, 96 and BB. RGB value is (189,150,187). Sum of RGB (Red+Green+Blue) = 189+150+187=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BD96BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96BB is #426944. Grayscale: #A5A5A5. Windows color (decimal): -4352325 or 12293821. OLE color: 12293821.

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

Color convert

RGB 189 150 187 -
CMYK 0 0.21 0.01 0.26
HSL 303.08º 0.23% 0.66% -
HSV(B) 303.08º 0.21% 0.74% -
XYZ 40.86 36.22 51.85 -
YUV 165.88 139.92 144.49 -
System Red Green Blue C M Y K H S L
Decimal 189 150 187 0 0.21 0.01 0.26 303.08 0.23 0.66
Hex BD 96 BB 0 15 1 1A 12F 17 42
Octal 275 226 273 0 25 1 32 457 27 102
Binary 10111101 10010110 10111011 0 10101 1 11010 100101111 10111 1000010

Color Harmonies of #BD96BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD96BB

Black with #BD96BB

Text Example


Text Example

White with #BD96BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD96BB; }

 p { color: rgb(189,150,187); }

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

background-color css

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

 a { background-color: rgb(189,150,187); }

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

border-color css

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

 span { border-color: rgb(189,150,187); }

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