Html Css Color HEX #B992AD Lily

📋 copy color: '#B992AD'

red 185 ◦ green 146 ◦ blue 173

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

Shades of Lily #B992AD

Tints of Lily #B992AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.33%

R = 36.71%
G = 28.97%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B992AD (or 0xB992AD) is known color: Lily. HEX triplet: B9, 92 and AD. RGB value is (185,146,173). Sum of RGB (Red+Green+Blue) = 185+146+173=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 185 - color contains mainly: red. Hex color #B992AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B992AD is #466D52. Grayscale: #A0A0A0. Windows color (decimal): -4615507 or 11375289. OLE color: 11375289.

HSL color Cylindrical-coordinate representation of color #B992AD: hue angle of 318.46º 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 #B992AD is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 146 173 -
CMYK 0 0.21 0.06 0.27
HSL 318.46º 0.22% 0.65% -
HSV(B) 318.46º 0.21% 0.73% -
XYZ 37.83 33.89 44.08 -
YUV 160.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 185 146 173 0 0.21 0.06 0.27 318.46 0.22 0.65
Hex B9 92 AD 0 15 6 1B 13E 16 41
Octal 271 222 255 0 25 6 33 476 26 101
Binary 10111001 10010010 10101101 0 10101 110 11011 100111110 10110 1000001

Color Harmonies of #B992AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992AD

Black with #B992AD

Text Example


Text Example

White with #B992AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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