Html Css Color HEX #B195AD London Hue

📋 copy color: '#B195AD'

red 177 ◦ green 149 ◦ blue 173

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

Shades of London Hue #B195AD

Tints of London Hue #B195AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.67%

R = 35.47%
G = 29.86%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B195AD (or 0xB195AD) is known color: London Hue. HEX triplet: B1, 95 and AD. RGB value is (177,149,173). Sum of RGB (Red+Green+Blue) = 177+149+173=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 177 - color contains mainly: red. Hex color #B195AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B195AD is #4E6A52. Grayscale: #A0A0A0. Windows color (decimal): -5139027 or 11376049. OLE color: 11376049.

HSL color Cylindrical-coordinate representation of color #B195AD: hue angle of 308.57º 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 #B195AD is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 149 173 -
CMYK 0 0.16 0.02 0.31
HSL 308.57º 0.15% 0.64% -
HSV(B) 308.57º 0.16% 0.69% -
XYZ 36.42 33.86 44.15 -
YUV 160.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 177 149 173 0 0.16 0.02 0.31 308.57 0.15 0.64
Hex B1 95 AD 0 10 2 1F 135 F 40
Octal 261 225 255 0 20 2 37 465 17 100
Binary 10110001 10010101 10101101 0 10000 10 11111 100110101 1111 1000000

Color Harmonies of #B195AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B195AD

Black with #B195AD

Text Example


Text Example

White with #B195AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B195AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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