Html Css Color HEX #BC90A9 Lily

📋 copy color: '#BC90A9'

red 188 ◦ green 144 ◦ blue 169

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

Shades of Lily #BC90A9

Tints of Lily #BC90A9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.74%

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

R = 37.52%
G = 28.74%
B = 33.73%

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

#BC90A9 (or 0xBC90A9) is known color: Lily. HEX triplet: BC, 90 and A9. RGB value is (188,144,169). Sum of RGB (Red+Green+Blue) = 188+144+169=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC90A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC90A9 is #436F56. Grayscale: #9F9F9F. Windows color (decimal): -4419415 or 11112636. OLE color: 11112636.

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

Color convert

RGB 188 144 169 -
CMYK 0 0.23 0.10 0.26
HSL 325.91º 0.25% 0.65% -
HSV(B) 325.91º 0.23% 0.74% -
XYZ 37.87 33.5 42.01 -
YUV 160.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 188 144 169 0 0.23 0.10 0.26 325.91 0.25 0.65
Hex BC 90 A9 0 17 A 1A 146 19 41
Octal 274 220 251 0 27 12 32 506 31 101
Binary 10111100 10010000 10101001 0 10111 1010 11010 101000110 11001 1000001

Color Harmonies of #BC90A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90A9

Black with #BC90A9

Text Example


Text Example

White with #BC90A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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