Html Css Color HEX #BD94C0 Lilac

📋 copy color: '#BD94C0'

red 189 ◦ green 148 ◦ blue 192

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

Shades of Lilac #BD94C0

Tints of Lilac #BD94C0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.98%

 BLUE value IS 192 (75.39% from 255) = 36.29%

R = 35.73%
G = 27.98%
B = 36.29%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD94C0 (or 0xBD94C0) is known color: Lilac. HEX triplet: BD, 94 and C0. RGB value is (189,148,192). Sum of RGB (Red+Green+Blue) = 189+148+192=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD94C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94C0 is #426B3F. Grayscale: #A5A5A5. Windows color (decimal): -4352832 or 12620989. OLE color: 12620989.

HSL color Cylindrical-coordinate representation of color #BD94C0: hue angle of 295.91º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD94C0 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 148 192 -
CMYK 0.02 0.23 0 0.25
HSL 295.91º 0.26% 0.67% -
HSV(B) 295.91º 0.23% 0.75% -
XYZ 41.09 35.8 54.61 -
YUV 165.28 143.08 144.92 -
System Red Green Blue C M Y K H S L
Decimal 189 148 192 0.02 0.23 0 0.25 295.91 0.26 0.67
Hex BD 94 C0 2 17 0 19 128 1A 43
Octal 275 224 300 2 27 0 31 450 32 103
Binary 10111101 10010100 11000000 10 10111 0 11001 100101000 11010 1000011

Color Harmonies of #BD94C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD94C0

Black with #BD94C0

Text Example


Text Example

White with #BD94C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD94C0; }

 p { color: rgb(189,148,192); }

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

background-color css

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

 a { background-color: rgb(189,148,192); }

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

border-color css

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

 span { border-color: rgb(189,148,192); }

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