Html Css Color HEX #BC91AD Lily

📋 copy color: '#BC91AD'

red 188 ◦ green 145 ◦ blue 173

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

Shades of Lily #BC91AD

Tints of Lily #BC91AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.19%

R = 37.15%
G = 28.66%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC91AD (or 0xBC91AD) is known color: Lily. HEX triplet: BC, 91 and AD. RGB value is (188,145,173). Sum of RGB (Red+Green+Blue) = 188+145+173=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC91AD is #436E52. Grayscale: #A0A0A0. Windows color (decimal): -4419155 or 11375036. OLE color: 11375036.

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

Color convert

RGB 188 145 173 -
CMYK 0 0.23 0.08 0.26
HSL 320.93º 0.24% 0.65% -
HSV(B) 320.93º 0.23% 0.74% -
XYZ 38.41 33.96 44.07 -
YUV 161.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 188 145 173 0 0.23 0.08 0.26 320.93 0.24 0.65
Hex BC 91 AD 0 17 8 1A 141 18 41
Octal 274 221 255 0 27 10 32 501 30 101
Binary 10111100 10010001 10101101 0 10111 1000 11010 101000001 11000 1000001

Color Harmonies of #BC91AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91AD

Black with #BC91AD

Text Example


Text Example

White with #BC91AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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