Html Css Color HEX #B990A5 Lily

📋 copy color: '#B990A5'

red 185 ◦ green 144 ◦ blue 165

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

Shades of Lily #B990A5

Tints of Lily #B990A5

RGB

 RED value IS 185 (72.66% from 255) = 37.45%

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

 BLUE value IS 165 (64.84% from 255) = 33.4%

R = 37.45%
G = 29.15%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B990A5 (or 0xB990A5) is known color: Lily. HEX triplet: B9, 90 and A5. RGB value is (185,144,165). Sum of RGB (Red+Green+Blue) = 185+144+165=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B990A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B990A5 is #466F5A. Grayscale: #9E9E9E. Windows color (decimal): -4616027 or 10850489. OLE color: 10850489.

HSL color Cylindrical-coordinate representation of color #B990A5: hue angle of 329.27º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B990A5 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 144 165 -
CMYK 0 0.22 0.11 0.27
HSL 329.27º 0.23% 0.65% -
HSV(B) 329.27º 0.22% 0.73% -
XYZ 36.77 32.98 40.02 -
YUV 158.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 185 144 165 0 0.22 0.11 0.27 329.27 0.23 0.65
Hex B9 90 A5 0 16 B 1B 149 17 41
Octal 271 220 245 0 26 13 33 511 27 101
Binary 10111001 10010000 10100101 0 10110 1011 11011 101001001 10111 1000001

Color Harmonies of #B990A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990A5

Black with #B990A5

Text Example


Text Example

White with #B990A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990A5; }

 p { color: rgb(185,144,165); }

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

background-color css

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

 a { background-color: rgb(185,144,165); }

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

border-color css

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

 span { border-color: rgb(185,144,165); }

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