Html Css Color HEX #BC91AA Lily

📋 copy color: '#BC91AA'

red 188 ◦ green 145 ◦ blue 170

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

Shades of Lily #BC91AA

Tints of Lily #BC91AA

RGB

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

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

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

R = 37.38%
G = 28.83%
B = 33.8%

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

#BC91AA (or 0xBC91AA) is known color: Lily. HEX triplet: BC, 91 and AA. RGB value is (188,145,170). Sum of RGB (Red+Green+Blue) = 188+145+170=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC91AA is #436E55. Grayscale: #A0A0A0. Windows color (decimal): -4419158 or 11178428. OLE color: 11178428.

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

Color convert

RGB 188 145 170 -
CMYK 0 0.23 0.10 0.26
HSL 325.12º 0.24% 0.65% -
HSV(B) 325.12º 0.23% 0.74% -
XYZ 38.12 33.84 42.55 -
YUV 160.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 188 145 170 0 0.23 0.10 0.26 325.12 0.24 0.65
Hex BC 91 AA 0 17 A 1A 145 18 41
Octal 274 221 252 0 27 12 32 505 30 101
Binary 10111100 10010001 10101010 0 10111 1010 11010 101000101 11000 1000001

Color Harmonies of #BC91AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91AA

Black with #BC91AA

Text Example


Text Example

White with #BC91AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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