Html Css Color HEX #BD8BBF Lilac

📋 copy color: '#BD8BBF'

red 189 ◦ green 139 ◦ blue 191

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

Shades of Lilac #BD8BBF

Tints of Lilac #BD8BBF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.78%

 BLUE value IS 191 (75% from 255) = 36.8%

R = 36.42%
G = 26.78%
B = 36.8%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD8BBF (or 0xBD8BBF) is known color: Lilac. HEX triplet: BD, 8B and BF. RGB value is (189,139,191). Sum of RGB (Red+Green+Blue) = 189+139+191=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD8BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8BBF is #427440. Grayscale: #9F9F9F. Windows color (decimal): -4355137 or 12553149. OLE color: 12553149.

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

Color convert

RGB 189 139 191 -
CMYK 0.01 0.27 0 0.25
HSL 297.69º 0.29% 0.65% -
HSV(B) 297.69º 0.27% 0.75% -
XYZ 39.62 33.05 53.58 -
YUV 159.88 145.57 148.77 -
System Red Green Blue C M Y K H S L
Decimal 189 139 191 0.01 0.27 0 0.25 297.69 0.29 0.65
Hex BD 8B BF 1 1B 0 19 12A 1D 41
Octal 275 213 277 1 33 0 31 452 35 101
Binary 10111101 10001011 10111111 1 11011 0 11001 100101010 11101 1000001

Color Harmonies of #BD8BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8BBF

Black with #BD8BBF

Text Example


Text Example

White with #BD8BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8BBF; }

 p { color: rgb(189,139,191); }

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

background-color css

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

 a { background-color: rgb(189,139,191); }

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

border-color css

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

 span { border-color: rgb(189,139,191); }

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