Html Css Color HEX #BB8CC0 Lilac

📋 copy color: '#BB8CC0'

red 187 ◦ green 140 ◦ blue 192

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

Shades of Lilac #BB8CC0

Tints of Lilac #BB8CC0

RGB

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

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

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

R = 36.03%
G = 26.97%
B = 36.99%

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

#BB8CC0 (or 0xBB8CC0) is known color: Lilac. HEX triplet: BB, 8C and C0. RGB value is (187,140,192). Sum of RGB (Red+Green+Blue) = 187+140+192=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB8CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CC0 is #44733F. Grayscale: #9F9F9F. Windows color (decimal): -4485952 or 12618939. OLE color: 12618939.

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

Color convert

RGB 187 140 192 -
CMYK 0.03 0.27 0 0.25
HSL 294.23º 0.29% 0.65% -
HSV(B) 294.23º 0.27% 0.75% -
XYZ 39.39 33.13 54.19 -
YUV 159.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 187 140 192 0.03 0.27 0 0.25 294.23 0.29 0.65
Hex BB 8C C0 3 1B 0 19 126 1D 41
Octal 273 214 300 3 33 0 31 446 35 101
Binary 10111011 10001100 11000000 11 11011 0 11001 100100110 11101 1000001

Color Harmonies of #BB8CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8CC0

Black with #BB8CC0

Text Example


Text Example

White with #BB8CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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