Html Css Color HEX #BC8BA9 Lily

📋 copy color: '#BC8BA9'

red 188 ◦ green 139 ◦ blue 169

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

Shades of Lily #BC8BA9

Tints of Lily #BC8BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.07%

R = 37.9%
G = 28.02%
B = 34.07%

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

#BC8BA9 (or 0xBC8BA9) is known color: Lily. HEX triplet: BC, 8B and A9. RGB value is (188,139,169). Sum of RGB (Red+Green+Blue) = 188+139+169=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8BA9 is #437456. Grayscale: #9D9D9D. Windows color (decimal): -4420695 or 11111356. OLE color: 11111356.

HSL color Cylindrical-coordinate representation of color #BC8BA9: hue angle of 323.27º 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 #BC8BA9 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 139 169 -
CMYK 0 0.26 0.10 0.26
HSL 323.27º 0.27% 0.64% -
HSV(B) 323.27º 0.26% 0.74% -
XYZ 37.13 32.02 41.76 -
YUV 157.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 188 139 169 0 0.26 0.10 0.26 323.27 0.27 0.64
Hex BC 8B A9 0 1A A 1A 143 1B 40
Octal 274 213 251 0 32 12 32 503 33 100
Binary 10111100 10001011 10101001 0 11010 1010 11010 101000011 11011 1000000

Color Harmonies of #BC8BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8BA9

Black with #BC8BA9

Text Example


Text Example

White with #BC8BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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