Html Css Color HEX #BD9CBE Lilac

📋 copy color: '#BD9CBE'

red 189 ◦ green 156 ◦ blue 190

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

Shades of Lilac #BD9CBE

Tints of Lilac #BD9CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.51%

R = 35.33%
G = 29.16%
B = 35.51%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD9CBE (or 0xBD9CBE) is known color: Lilac. HEX triplet: BD, 9C and BE. RGB value is (189,156,190). Sum of RGB (Red+Green+Blue) = 189+156+190=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD9CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CBE is #426341. Grayscale: #A9A9A9. Windows color (decimal): -4350786 or 12491965. OLE color: 12491965.

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

Color convert

RGB 189 156 190 -
CMYK 0.01 0.18 0 0.25
HSL 298.24º 0.21% 0.68% -
HSV(B) 298.24º 0.18% 0.75% -
XYZ 42.17 38.31 53.89 -
YUV 169.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 189 156 190 0.01 0.18 0 0.25 298.24 0.21 0.68
Hex BD 9C BE 1 12 0 19 12A 15 44
Octal 275 234 276 1 22 0 31 452 25 104
Binary 10111101 10011100 10111110 1 10010 0 11001 100101010 10101 1000100

Color Harmonies of #BD9CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9CBE

Black with #BD9CBE

Text Example


Text Example

White with #BD9CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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