Html Css Color HEX #B992A6 Lily

📋 copy color: '#B992A6'

red 185 ◦ green 146 ◦ blue 166

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

Shades of Lily #B992A6

Tints of Lily #B992A6

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.38%

 BLUE value IS 166 (65.23% from 255) = 33.4%

R = 37.22%
G = 29.38%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B992A6 (or 0xB992A6) is known color: Lily. HEX triplet: B9, 92 and A6. RGB value is (185,146,166). Sum of RGB (Red+Green+Blue) = 185+146+166=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B992A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B992A6 is #466D59. Grayscale: #9F9F9F. Windows color (decimal): -4615514 or 10916537. OLE color: 10916537.

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

Color convert

RGB 185 146 166 -
CMYK 0 0.21 0.10 0.27
HSL 329.23º 0.22% 0.65% -
HSV(B) 329.23º 0.21% 0.73% -
XYZ 37.17 33.63 40.61 -
YUV 159.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 185 146 166 0 0.21 0.10 0.27 329.23 0.22 0.65
Hex B9 92 A6 0 15 A 1B 149 16 41
Octal 271 222 246 0 25 12 33 511 26 101
Binary 10111001 10010010 10100110 0 10101 1010 11011 101001001 10110 1000001

Color Harmonies of #B992A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992A6

Black with #B992A6

Text Example


Text Example

White with #B992A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992A6; }

 p { color: rgb(185,146,166); }

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

background-color css

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

 a { background-color: rgb(185,146,166); }

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

border-color css

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

 span { border-color: rgb(185,146,166); }

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