Html Css Color HEX #B498A7 Lily

📋 copy color: '#B498A7'

red 180 ◦ green 152 ◦ blue 167

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

Shades of Lily #B498A7

Tints of Lily #B498A7

RGB

 RED value IS 180 (70.7% from 255) = 36.07%

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

 BLUE value IS 167 (65.63% from 255) = 33.47%

R = 36.07%
G = 30.46%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B498A7 (or 0xB498A7) is known color: Lily. HEX triplet: B4, 98 and A7. RGB value is (180,152,167). Sum of RGB (Red+Green+Blue) = 180+152+167=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 180 - color contains mainly: red. Hex color #B498A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B498A7 is #4B6758. Grayscale: #A2A2A2. Windows color (decimal): -4941657 or 10983604. OLE color: 10983604.

HSL color Cylindrical-coordinate representation of color #B498A7: hue angle of 327.86º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B498A7 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 152 167 -
CMYK 0 0.16 0.07 0.29
HSL 327.86º 0.16% 0.65% -
HSV(B) 327.86º 0.16% 0.71% -
XYZ 37.03 34.95 41.35 -
YUV 162.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 180 152 167 0 0.16 0.07 0.29 327.86 0.16 0.65
Hex B4 98 A7 0 10 7 1D 148 10 41
Octal 264 230 247 0 20 7 35 510 20 101
Binary 10110100 10011000 10100111 0 10000 111 11101 101001000 10000 1000001

Color Harmonies of #B498A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B498A7

Black with #B498A7

Text Example


Text Example

White with #B498A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B498A7; }

 p { color: rgb(180,152,167); }

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

background-color css

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

 a { background-color: rgb(180,152,167); }

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

border-color css

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

 span { border-color: rgb(180,152,167); }

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