Html Css Color HEX #B898AA Lily

📋 copy color: '#B898AA'

red 184 ◦ green 152 ◦ blue 170

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

Shades of Lily #B898AA

Tints of Lily #B898AA

RGB

 RED value IS 184 (72.27% from 255) = 36.36%

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

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

R = 36.36%
G = 30.04%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B898AA (or 0xB898AA) is known color: Lily. HEX triplet: B8, 98 and AA. RGB value is (184,152,170). Sum of RGB (Red+Green+Blue) = 184+152+170=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 184 - color contains mainly: red. Hex color #B898AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B898AA is #476755. Grayscale: #A3A3A3. Windows color (decimal): -4679510 or 11180216. OLE color: 11180216.

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

Color convert

RGB 184 152 170 -
CMYK 0 0.17 0.08 0.28
HSL 326.25º 0.18% 0.66% -
HSV(B) 326.25º 0.17% 0.72% -
XYZ 38.25 35.55 42.88 -
YUV 163.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 184 152 170 0 0.17 0.08 0.28 326.25 0.18 0.66
Hex B8 98 AA 0 11 8 1C 146 12 42
Octal 270 230 252 0 21 10 34 506 22 102
Binary 10111000 10011000 10101010 0 10001 1000 11100 101000110 10010 1000010

Color Harmonies of #B898AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B898AA

Black with #B898AA

Text Example


Text Example

White with #B898AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B898AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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