Html Css Color HEX #BC8DA9 Lily

📋 copy color: '#BC8DA9'

red 188 ◦ green 141 ◦ blue 169

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

Shades of Lily #BC8DA9

Tints of Lily #BC8DA9

RGB

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

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

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

R = 37.75%
G = 28.31%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC8DA9 (or 0xBC8DA9) is known color: Lily. HEX triplet: BC, 8D and A9. RGB value is (188,141,169). Sum of RGB (Red+Green+Blue) = 188+141+169=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8DA9 is #437256. Grayscale: #9E9E9E. Windows color (decimal): -4420183 or 11111868. OLE color: 11111868.

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

Color convert

RGB 188 141 169 -
CMYK 0 0.25 0.10 0.26
HSL 324.26º 0.26% 0.65% -
HSV(B) 324.26º 0.25% 0.74% -
XYZ 37.43 32.61 41.86 -
YUV 158.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 188 141 169 0 0.25 0.10 0.26 324.26 0.26 0.65
Hex BC 8D A9 0 19 A 1A 144 1A 41
Octal 274 215 251 0 31 12 32 504 32 101
Binary 10111100 10001101 10101001 0 11001 1010 11010 101000100 11010 1000001

Color Harmonies of #BC8DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DA9

Black with #BC8DA9

Text Example


Text Example

White with #BC8DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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