Html Css Color HEX #BD95BB Lilac

📋 copy color: '#BD95BB'

red 189 ◦ green 149 ◦ blue 187

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

Shades of Lilac #BD95BB

Tints of Lilac #BD95BB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.38%

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

R = 36%
G = 28.38%
B = 35.62%

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

#BD95BB (or 0xBD95BB) is known color: Lilac. HEX triplet: BD, 95 and BB. RGB value is (189,149,187). Sum of RGB (Red+Green+Blue) = 189+149+187=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BD95BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95BB is #426A44. Grayscale: #A5A5A5. Windows color (decimal): -4352581 or 12293565. OLE color: 12293565.

HSL color Cylindrical-coordinate representation of color #BD95BB: hue angle of 303º 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 #BD95BB is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 149 187 -
CMYK 0 0.21 0.01 0.26
HSL 303º 0.23% 0.66% -
HSV(B) 303º 0.21% 0.74% -
XYZ 40.7 35.9 51.8 -
YUV 165.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 189 149 187 0 0.21 0.01 0.26 303 0.23 0.66
Hex BD 95 BB 0 15 1 1A 12F 17 42
Octal 275 225 273 0 25 1 32 457 27 102
Binary 10111101 10010101 10111011 0 10101 1 11010 100101111 10111 1000010

Color Harmonies of #BD95BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD95BB

Black with #BD95BB

Text Example


Text Example

White with #BD95BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD95BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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