Html Css Color HEX #BB8DC0 Lilac

📋 copy color: '#BB8DC0'

red 187 ◦ green 141 ◦ blue 192

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

Shades of Lilac #BB8DC0

Tints of Lilac #BB8DC0

RGB

 RED value IS 187 (73.44% from 255) = 35.96%

 GREEN value IS 141 (55.47% from 255) = 27.12%

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

R = 35.96%
G = 27.12%
B = 36.92%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB8DC0 (or 0xBB8DC0) is known color: Lilac. HEX triplet: BB, 8D and C0. RGB value is (187,141,192). Sum of RGB (Red+Green+Blue) = 187+141+192=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB8DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DC0 is #44723F. Grayscale: #A0A0A0. Windows color (decimal): -4485696 or 12619195. OLE color: 12619195.

HSL color Cylindrical-coordinate representation of color #BB8DC0: hue angle of 294.12º 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 #BB8DC0 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 141 192 -
CMYK 0.03 0.27 0 0.25
HSL 294.12º 0.29% 0.65% -
HSV(B) 294.12º 0.27% 0.75% -
XYZ 39.53 33.42 54.24 -
YUV 160.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 187 141 192 0.03 0.27 0 0.25 294.12 0.29 0.65
Hex BB 8D C0 3 1B 0 19 126 1D 41
Octal 273 215 300 3 33 0 31 446 35 101
Binary 10111011 10001101 11000000 11 11011 0 11001 100100110 11101 1000001

Color Harmonies of #BB8DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8DC0

Black with #BB8DC0

Text Example


Text Example

White with #BB8DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8DC0; }

 p { color: rgb(187,141,192); }

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

background-color css

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

 a { background-color: rgb(187,141,192); }

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

border-color css

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

 span { border-color: rgb(187,141,192); }

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