Html Css Color HEX #BB8CBE Lilac

📋 copy color: '#BB8CBE'

red 187 ◦ green 140 ◦ blue 190

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

Shades of Lilac #BB8CBE

Tints of Lilac #BB8CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.75%

R = 36.17%
G = 27.08%
B = 36.75%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB8CBE (or 0xBB8CBE) is known color: Lilac. HEX triplet: BB, 8C and BE. RGB value is (187,140,190). Sum of RGB (Red+Green+Blue) = 187+140+190=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB8CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CBE is #447341. Grayscale: #9F9F9F. Windows color (decimal): -4485954 or 12487867. OLE color: 12487867.

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

Color convert

RGB 187 140 190 -
CMYK 0.02 0.26 0 0.25
HSL 296.4º 0.28% 0.65% -
HSV(B) 296.4º 0.26% 0.75% -
XYZ 39.17 33.04 53.03 -
YUV 159.75 145.07 147.43 -
System Red Green Blue C M Y K H S L
Decimal 187 140 190 0.02 0.26 0 0.25 296.4 0.28 0.65
Hex BB 8C BE 2 1A 0 19 128 1C 41
Octal 273 214 276 2 32 0 31 450 34 101
Binary 10111011 10001100 10111110 10 11010 0 11001 100101000 11100 1000001

Color Harmonies of #BB8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8CBE

Black with #BB8CBE

Text Example


Text Example

White with #BB8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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