Html Css Color HEX #BC89A9 Lily

📋 copy color: '#BC89A9'

red 188 ◦ green 137 ◦ blue 169

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

Shades of Lily #BC89A9

Tints of Lily #BC89A9

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.73%

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

R = 38.06%
G = 27.73%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC89A9 (or 0xBC89A9) is known color: Lily. HEX triplet: BC, 89 and A9. RGB value is (188,137,169). Sum of RGB (Red+Green+Blue) = 188+137+169=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC89A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC89A9 is #437656. Grayscale: #9B9B9B. Windows color (decimal): -4421207 or 11110844. OLE color: 11110844.

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

Color convert

RGB 188 137 169 -
CMYK 0 0.27 0.10 0.26
HSL 322.35º 0.28% 0.64% -
HSV(B) 322.35º 0.27% 0.74% -
XYZ 36.85 31.45 41.66 -
YUV 155.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 188 137 169 0 0.27 0.10 0.26 322.35 0.28 0.64
Hex BC 89 A9 0 1B A 1A 142 1C 40
Octal 274 211 251 0 33 12 32 502 34 100
Binary 10111100 10001001 10101001 0 11011 1010 11010 101000010 11100 1000000

Color Harmonies of #BC89A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89A9

Black with #BC89A9

Text Example


Text Example

White with #BC89A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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