Html Css Color HEX #BD9BBF Lilac

📋 copy color: '#BD9BBF'

red 189 ◦ green 155 ◦ blue 191

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

Shades of Lilac #BD9BBF

Tints of Lilac #BD9BBF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.97%

 BLUE value IS 191 (75% from 255) = 35.7%

R = 35.33%
G = 28.97%
B = 35.7%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD9BBF (or 0xBD9BBF) is known color: Lilac. HEX triplet: BD, 9B and BF. RGB value is (189,155,191). Sum of RGB (Red+Green+Blue) = 189+155+191=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD9BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BBF is #426440. Grayscale: #A9A9A9. Windows color (decimal): -4351041 or 12557245. OLE color: 12557245.

HSL color Cylindrical-coordinate representation of color #BD9BBF: hue angle of 296.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BD9BBF is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 155 191 -
CMYK 0.01 0.19 0 0.25
HSL 296.67º 0.22% 0.68% -
HSV(B) 296.67º 0.19% 0.75% -
XYZ 42.11 38.02 54.41 -
YUV 169.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 189 155 191 0.01 0.19 0 0.25 296.67 0.22 0.68
Hex BD 9B BF 1 13 0 19 129 16 44
Octal 275 233 277 1 23 0 31 451 26 104
Binary 10111101 10011011 10111111 1 10011 0 11001 100101001 10110 1000100

Color Harmonies of #BD9BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9BBF

Black with #BD9BBF

Text Example


Text Example

White with #BD9BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9BBF; }

 p { color: rgb(189,155,191); }

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

background-color css

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

 a { background-color: rgb(189,155,191); }

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

border-color css

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

 span { border-color: rgb(189,155,191); }

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