Html Css Color HEX #BC91A9 Lily

📋 copy color: '#BC91A9'

red 188 ◦ green 145 ◦ blue 169

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

Shades of Lily #BC91A9

Tints of Lily #BC91A9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.88%

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

R = 37.45%
G = 28.88%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC91A9 (or 0xBC91A9) is known color: Lily. HEX triplet: BC, 91 and A9. RGB value is (188,145,169). Sum of RGB (Red+Green+Blue) = 188+145+169=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC91A9 is #436E56. Grayscale: #A0A0A0. Windows color (decimal): -4419159 or 11112892. OLE color: 11112892.

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

Color convert

RGB 188 145 169 -
CMYK 0 0.23 0.10 0.26
HSL 326.51º 0.24% 0.65% -
HSV(B) 326.51º 0.23% 0.74% -
XYZ 38.03 33.81 42.06 -
YUV 160.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 188 145 169 0 0.23 0.10 0.26 326.51 0.24 0.65
Hex BC 91 A9 0 17 A 1A 147 18 41
Octal 274 221 251 0 27 12 32 507 30 101
Binary 10111100 10010001 10101001 0 10111 1010 11010 101000111 11000 1000001

Color Harmonies of #BC91A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91A9

Black with #BC91A9

Text Example


Text Example

White with #BC91A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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