Html Css Color HEX #B998AA Lily

📋 copy color: '#B998AA'

red 185 ◦ green 152 ◦ blue 170

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

Shades of Lily #B998AA

Tints of Lily #B998AA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.98%

 BLUE value IS 170 (66.8% from 255) = 33.53%

R = 36.49%
G = 29.98%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B998AA (or 0xB998AA) is known color: Lily. HEX triplet: B9, 98 and AA. RGB value is (185,152,170). Sum of RGB (Red+Green+Blue) = 185+152+170=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 185 - color contains mainly: red. Hex color #B998AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B998AA is #466755. Grayscale: #A3A3A3. Windows color (decimal): -4613974 or 11180217. OLE color: 11180217.

HSL color Cylindrical-coordinate representation of color #B998AA: hue angle of 327.27º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B998AA is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 152 170 -
CMYK 0 0.18 0.08 0.27
HSL 327.27º 0.19% 0.66% -
HSV(B) 327.27º 0.18% 0.73% -
XYZ 38.49 35.67 42.89 -
YUV 163.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 185 152 170 0 0.18 0.08 0.27 327.27 0.19 0.66
Hex B9 98 AA 0 12 8 1B 147 13 42
Octal 271 230 252 0 22 10 33 507 23 102
Binary 10111001 10011000 10101010 0 10010 1000 11011 101000111 10011 1000010

Color Harmonies of #B998AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998AA

Black with #B998AA

Text Example


Text Example

White with #B998AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998AA; }

 p { color: rgb(185,152,170); }

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

background-color css

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

 a { background-color: rgb(185,152,170); }

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

border-color css

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

 span { border-color: rgb(185,152,170); }

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