Html Css Color HEX #BD94C4 Lilac

📋 copy color: '#BD94C4'

red 189 ◦ green 148 ◦ blue 196

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

Shades of Lilac #BD94C4

Tints of Lilac #BD94C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.77%

R = 35.46%
G = 27.77%
B = 36.77%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BD94C4 (or 0xBD94C4) is known color: Lilac. HEX triplet: BD, 94 and C4. RGB value is (189,148,196). Sum of RGB (Red+Green+Blue) = 189+148+196=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD94C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94C4 is #426B3B. Grayscale: #A5A5A5. Windows color (decimal): -4352828 or 12883133. OLE color: 12883133.

HSL color Cylindrical-coordinate representation of color #BD94C4: hue angle of 291.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD94C4 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 148 196 -
CMYK 0.04 0.24 0 0.23
HSL 291.25º 0.29% 0.67% -
HSV(B) 291.25º 0.24% 0.77% -
XYZ 41.54 35.98 56.98 -
YUV 165.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 189 148 196 0.04 0.24 0 0.23 291.25 0.29 0.67
Hex BD 94 C4 4 18 0 17 123 1D 43
Octal 275 224 304 4 30 0 27 443 35 103
Binary 10111101 10010100 11000100 100 11000 0 10111 100100011 11101 1000011

Color Harmonies of #BD94C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD94C4

Black with #BD94C4

Text Example


Text Example

White with #BD94C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD94C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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