Html Css Color HEX #B993A8 Lily

📋 copy color: '#B993A8'

red 185 ◦ green 147 ◦ blue 168

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

Shades of Lily #B993A8

Tints of Lily #B993A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.6%

R = 37%
G = 29.4%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B993A8 (or 0xB993A8) is known color: Lily. HEX triplet: B9, 93 and A8. RGB value is (185,147,168). Sum of RGB (Red+Green+Blue) = 185+147+168=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 185 - color contains mainly: red. Hex color #B993A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B993A8 is #466C57. Grayscale: #A0A0A0. Windows color (decimal): -4615256 or 11047865. OLE color: 11047865.

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

Color convert

RGB 185 147 168 -
CMYK 0 0.21 0.09 0.27
HSL 326.84º 0.21% 0.65% -
HSV(B) 326.84º 0.21% 0.73% -
XYZ 37.51 34.01 41.63 -
YUV 160.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 185 147 168 0 0.21 0.09 0.27 326.84 0.21 0.65
Hex B9 93 A8 0 15 9 1B 147 15 41
Octal 271 223 250 0 25 11 33 507 25 101
Binary 10111001 10010011 10101000 0 10101 1001 11011 101000111 10101 1000001

Color Harmonies of #B993A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B993A8

Black with #B993A8

Text Example


Text Example

White with #B993A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B993A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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