Html Css Color HEX #BC8BAA Lily

📋 copy color: '#BC8BAA'

red 188 ◦ green 139 ◦ blue 170

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

Shades of Lily #BC8BAA

Tints of Lily #BC8BAA

RGB

 RED value IS 188 (73.83% from 255) = 37.83%

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

 BLUE value IS 170 (66.8% from 255) = 34.21%

R = 37.83%
G = 27.97%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC8BAA (or 0xBC8BAA) is known color: Lily. HEX triplet: BC, 8B and AA. RGB value is (188,139,170). Sum of RGB (Red+Green+Blue) = 188+139+170=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8BAA is #437455. Grayscale: #9D9D9D. Windows color (decimal): -4420694 or 11176892. OLE color: 11176892.

HSL color Cylindrical-coordinate representation of color #BC8BAA: hue angle of 322.04º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8BAA is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 139 170 -
CMYK 0 0.26 0.10 0.26
HSL 322.04º 0.27% 0.64% -
HSV(B) 322.04º 0.26% 0.74% -
XYZ 37.23 32.06 42.26 -
YUV 157.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 188 139 170 0 0.26 0.10 0.26 322.04 0.27 0.64
Hex BC 8B AA 0 1A A 1A 142 1B 40
Octal 274 213 252 0 32 12 32 502 33 100
Binary 10111100 10001011 10101010 0 11010 1010 11010 101000010 11011 1000000

Color Harmonies of #BC8BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8BAA

Black with #BC8BAA

Text Example


Text Example

White with #BC8BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8BAA; }

 p { color: rgb(188,139,170); }

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

background-color css

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

 a { background-color: rgb(188,139,170); }

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

border-color css

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

 span { border-color: rgb(188,139,170); }

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