Html Css Color HEX #B495A7 Lily

📋 copy color: '#B495A7'

red 180 ◦ green 149 ◦ blue 167

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

Shades of Lily #B495A7

Tints of Lily #B495A7

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.04%

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

R = 36.29%
G = 30.04%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B495A7 (or 0xB495A7) is known color: Lily. HEX triplet: B4, 95 and A7. RGB value is (180,149,167). Sum of RGB (Red+Green+Blue) = 180+149+167=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 180 - color contains mainly: red. Hex color #B495A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B495A7 is #4B6A58. Grayscale: #A0A0A0. Windows color (decimal): -4942425 or 10982836. OLE color: 10982836.

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

Color convert

RGB 180 149 167 -
CMYK 0 0.17 0.07 0.29
HSL 325.16º 0.17% 0.65% -
HSV(B) 325.16º 0.17% 0.71% -
XYZ 36.54 33.99 41.19 -
YUV 160.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 180 149 167 0 0.17 0.07 0.29 325.16 0.17 0.65
Hex B4 95 A7 0 11 7 1D 145 11 41
Octal 264 225 247 0 21 7 35 505 21 101
Binary 10110100 10010101 10100111 0 10001 111 11101 101000101 10001 1000001

Color Harmonies of #B495A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B495A7

Black with #B495A7

Text Example


Text Example

White with #B495A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B495A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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