Html Css Color HEX #BD9CBB Lilac

📋 copy color: '#BD9CBB'

red 189 ◦ green 156 ◦ blue 187

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

Shades of Lilac #BD9CBB

Tints of Lilac #BD9CBB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.32%

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

R = 35.53%
G = 29.32%
B = 35.15%

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

#BD9CBB (or 0xBD9CBB) is known color: Lilac. HEX triplet: BD, 9C and BB. RGB value is (189,156,187). Sum of RGB (Red+Green+Blue) = 189+156+187=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CBB is #426344. Grayscale: #A9A9A9. Windows color (decimal): -4350789 or 12295357. OLE color: 12295357.

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

Color convert

RGB 189 156 187 -
CMYK 0 0.17 0.01 0.26
HSL 303.64º 0.2% 0.68% -
HSV(B) 303.64º 0.17% 0.74% -
XYZ 41.84 38.18 52.18 -
YUV 169.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 189 156 187 0 0.17 0.01 0.26 303.64 0.2 0.68
Hex BD 9C BB 0 11 1 1A 130 14 44
Octal 275 234 273 0 21 1 32 460 24 104
Binary 10111101 10011100 10111011 0 10001 1 11010 100110000 10100 1000100

Color Harmonies of #BD9CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9CBB

Black with #BD9CBB

Text Example


Text Example

White with #BD9CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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