Html Css Color HEX #B095AA London Hue

📋 copy color: '#B095AA'

red 176 ◦ green 149 ◦ blue 170

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

Shades of London Hue #B095AA

Tints of London Hue #B095AA

RGB

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

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

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

R = 35.56%
G = 30.1%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B095AA (or 0xB095AA) is known color: London Hue. HEX triplet: B0, 95 and AA. RGB value is (176,149,170). Sum of RGB (Red+Green+Blue) = 176+149+170=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B095AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B095AA is #4F6A55. Grayscale: #9F9F9F. Windows color (decimal): -5204566 or 11179440. OLE color: 11179440.

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

Color convert

RGB 176 149 170 -
CMYK 0 0.15 0.03 0.31
HSL 313.33º 0.15% 0.64% -
HSV(B) 313.33º 0.15% 0.69% -
XYZ 35.91 33.63 42.63 -
YUV 159.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 176 149 170 0 0.15 0.03 0.31 313.33 0.15 0.64
Hex B0 95 AA 0 F 3 1F 139 F 40
Octal 260 225 252 0 17 3 37 471 17 100
Binary 10110000 10010101 10101010 0 1111 11 11111 100111001 1111 1000000

Color Harmonies of #B095AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B095AA

Black with #B095AA

Text Example


Text Example

White with #B095AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B095AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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