Html Css Color HEX #B993AD Lily

📋 copy color: '#B993AD'

red 185 ◦ green 147 ◦ blue 173

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

Shades of Lily #B993AD

Tints of Lily #B993AD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.11%

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

R = 36.63%
G = 29.11%
B = 34.26%

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

#B993AD (or 0xB993AD) is known color: Lily. HEX triplet: B9, 93 and AD. RGB value is (185,147,173). Sum of RGB (Red+Green+Blue) = 185+147+173=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 185 - color contains mainly: red. Hex color #B993AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B993AD is #466C52. Grayscale: #A1A1A1. Windows color (decimal): -4615251 or 11375545. OLE color: 11375545.

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

Color convert

RGB 185 147 173 -
CMYK 0 0.21 0.06 0.27
HSL 318.95º 0.21% 0.65% -
HSV(B) 318.95º 0.21% 0.73% -
XYZ 37.98 34.2 44.13 -
YUV 161.33 134.59 144.89 -
System Red Green Blue C M Y K H S L
Decimal 185 147 173 0 0.21 0.06 0.27 318.95 0.21 0.65
Hex B9 93 AD 0 15 6 1B 13F 15 41
Octal 271 223 255 0 25 6 33 477 25 101
Binary 10111001 10010011 10101101 0 10101 110 11011 100111111 10101 1000001

Color Harmonies of #B993AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B993AD

Black with #B993AD

Text Example


Text Example

White with #B993AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B993AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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