Html Css Color HEX #B195AA London Hue

📋 copy color: '#B195AA'

red 177 ◦ green 149 ◦ blue 170

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

Shades of London Hue #B195AA

Tints of London Hue #B195AA

RGB

 RED value IS 177 (69.53% from 255) = 35.69%

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

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

R = 35.69%
G = 30.04%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B195AA (or 0xB195AA) is known color: London Hue. HEX triplet: B1, 95 and AA. RGB value is (177,149,170). Sum of RGB (Red+Green+Blue) = 177+149+170=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 177 - color contains mainly: red. Hex color #B195AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B195AA is #4E6A55. Grayscale: #9F9F9F. Windows color (decimal): -5139030 or 11179441. OLE color: 11179441.

HSL color Cylindrical-coordinate representation of color #B195AA: hue angle of 315º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B195AA is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 149 170 -
CMYK 0 0.16 0.04 0.31
HSL 315º 0.15% 0.64% -
HSV(B) 315º 0.16% 0.69% -
XYZ 36.13 33.74 42.64 -
YUV 159.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 177 149 170 0 0.16 0.04 0.31 315 0.15 0.64
Hex B1 95 AA 0 10 4 1F 13B F 40
Octal 261 225 252 0 20 4 37 473 17 100
Binary 10110001 10010101 10101010 0 10000 100 11111 100111011 1111 1000000

Color Harmonies of #B195AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B195AA

Black with #B195AA

Text Example


Text Example

White with #B195AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B195AA; }

 p { color: rgb(177,149,170); }

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

background-color css

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

 a { background-color: rgb(177,149,170); }

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

border-color css

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

 span { border-color: rgb(177,149,170); }

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