Html Css Color HEX #B398A7 Lily

📋 copy color: '#B398A7'

red 179 ◦ green 152 ◦ blue 167

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

Shades of Lily #B398A7

Tints of Lily #B398A7

RGB

 RED value IS 179 (70.31% from 255) = 35.94%

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

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

R = 35.94%
G = 30.52%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B398A7 (or 0xB398A7) is known color: Lily. HEX triplet: B3, 98 and A7. RGB value is (179,152,167). Sum of RGB (Red+Green+Blue) = 179+152+167=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 179 - color contains mainly: red. Hex color #B398A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B398A7 is #4C6758. Grayscale: #A1A1A1. Windows color (decimal): -5007193 or 10983603. OLE color: 10983603.

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

Color convert

RGB 179 152 167 -
CMYK 0 0.15 0.07 0.30
HSL 326.67º 0.15% 0.65% -
HSV(B) 326.67º 0.15% 0.7% -
XYZ 36.79 34.83 41.34 -
YUV 161.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 179 152 167 0 0.15 0.07 0.30 326.67 0.15 0.65
Hex B3 98 A7 0 F 7 1E 147 F 41
Octal 263 230 247 0 17 7 36 507 17 101
Binary 10110011 10011000 10100111 0 1111 111 11110 101000111 1111 1000001

Color Harmonies of #B398A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B398A7

Black with #B398A7

Text Example


Text Example

White with #B398A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B398A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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