Html Css Color HEX #B095AD London Hue

📋 copy color: '#B095AD'

red 176 ◦ green 149 ◦ blue 173

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

Shades of London Hue #B095AD

Tints of London Hue #B095AD

RGB

 RED value IS 176 (69.14% from 255) = 35.34%

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

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

R = 35.34%
G = 29.92%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B095AD (or 0xB095AD) is known color: London Hue. HEX triplet: B0, 95 and AD. RGB value is (176,149,173). Sum of RGB (Red+Green+Blue) = 176+149+173=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 176 - color contains mainly: red. Hex color #B095AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B095AD is #4F6A52. Grayscale: #9F9F9F. Windows color (decimal): -5204563 or 11376048. OLE color: 11376048.

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

Color convert

RGB 176 149 173 -
CMYK 0 0.15 0.02 0.31
HSL 306.67º 0.15% 0.64% -
HSV(B) 306.67º 0.15% 0.69% -
XYZ 36.19 33.74 44.14 -
YUV 159.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 176 149 173 0 0.15 0.02 0.31 306.67 0.15 0.64
Hex B0 95 AD 0 F 2 1F 133 F 40
Octal 260 225 255 0 17 2 37 463 17 100
Binary 10110000 10010101 10101101 0 1111 10 11111 100110011 1111 1000000

Color Harmonies of #B095AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B095AD

Black with #B095AD

Text Example


Text Example

White with #B095AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B095AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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