Html Css Color HEX #BD9FBB Lilac

📋 copy color: '#BD9FBB'

red 189 ◦ green 159 ◦ blue 187

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

Shades of Lilac #BD9FBB

Tints of Lilac #BD9FBB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.72%

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

R = 35.33%
G = 29.72%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD9FBB (or 0xBD9FBB) is known color: Lilac. HEX triplet: BD, 9F and BB. RGB value is (189,159,187). Sum of RGB (Red+Green+Blue) = 189+159+187=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FBB is #426044. Grayscale: #ABABAB. Windows color (decimal): -4350021 or 12296125. OLE color: 12296125.

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

Color convert

RGB 189 159 187 -
CMYK 0 0.16 0.01 0.26
HSL 304º 0.19% 0.68% -
HSV(B) 304º 0.16% 0.74% -
XYZ 42.35 39.2 52.35 -
YUV 171.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 189 159 187 0 0.16 0.01 0.26 304 0.19 0.68
Hex BD 9F BB 0 10 1 1A 130 13 44
Octal 275 237 273 0 20 1 32 460 23 104
Binary 10111101 10011111 10111011 0 10000 1 11010 100110000 10011 1000100

Color Harmonies of #BD9FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9FBB

Black with #BD9FBB

Text Example


Text Example

White with #BD9FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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