Html Css Color HEX #BD9DBB Lilac

📋 copy color: '#BD9DBB'

red 189 ◦ green 157 ◦ blue 187

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

Shades of Lilac #BD9DBB

Tints of Lilac #BD9DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.46%

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

R = 35.46%
G = 29.46%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD9DBB (or 0xBD9DBB) is known color: Lilac. HEX triplet: BD, 9D and BB. RGB value is (189,157,187). Sum of RGB (Red+Green+Blue) = 189+157+187=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DBB is #426244. Grayscale: #A9A9A9. Windows color (decimal): -4350533 or 12295613. OLE color: 12295613.

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

Color convert

RGB 189 157 187 -
CMYK 0 0.17 0.01 0.26
HSL 303.75º 0.2% 0.68% -
HSV(B) 303.75º 0.17% 0.74% -
XYZ 42.01 38.52 52.23 -
YUV 169.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 189 157 187 0 0.17 0.01 0.26 303.75 0.2 0.68
Hex BD 9D BB 0 11 1 1A 130 14 44
Octal 275 235 273 0 21 1 32 460 24 104
Binary 10111101 10011101 10111011 0 10001 1 11010 100110000 10100 1000100

Color Harmonies of #BD9DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DBB

Black with #BD9DBB

Text Example


Text Example

White with #BD9DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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