Html Css Color HEX #BD8CC4 Lilac

📋 copy color: '#BD8CC4'

red 189 ◦ green 140 ◦ blue 196

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

Shades of Lilac #BD8CC4

Tints of Lilac #BD8CC4

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.67%

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

R = 36%
G = 26.67%
B = 37.33%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BD8CC4 (or 0xBD8CC4) is known color: Lilac. HEX triplet: BD, 8C and C4. RGB value is (189,140,196). Sum of RGB (Red+Green+Blue) = 189+140+196=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD8CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CC4 is #42733B. Grayscale: #A0A0A0. Windows color (decimal): -4354876 or 12881085. OLE color: 12881085.

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

Color convert

RGB 189 140 196 -
CMYK 0.04 0.29 0 0.23
HSL 292.5º 0.32% 0.66% -
HSV(B) 292.5º 0.29% 0.77% -
XYZ 40.33 33.56 56.58 -
YUV 161.04 147.73 147.95 -
System Red Green Blue C M Y K H S L
Decimal 189 140 196 0.04 0.29 0 0.23 292.5 0.32 0.66
Hex BD 8C C4 4 1D 0 17 124 20 42
Octal 275 214 304 4 35 0 27 444 40 102
Binary 10111101 10001100 11000100 100 11101 0 10111 100100100 100000 1000010

Color Harmonies of #BD8CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8CC4

Black with #BD8CC4

Text Example


Text Example

White with #BD8CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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