Html Css Color HEX #B096AD London Hue

📋 copy color: '#B096AD'

red 176 ◦ green 150 ◦ blue 173

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

Shades of London Hue #B096AD

Tints of London Hue #B096AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.06%

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

R = 35.27%
G = 30.06%
B = 34.67%

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

#B096AD (or 0xB096AD) is known color: London Hue. HEX triplet: B0, 96 and AD. RGB value is (176,150,173). Sum of RGB (Red+Green+Blue) = 176+150+173=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 176 - color contains mainly: red. Hex color #B096AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B096AD is #4F6952. Grayscale: #A0A0A0. Windows color (decimal): -5204307 or 11376304. OLE color: 11376304.

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

Color convert

RGB 176 150 173 -
CMYK 0 0.15 0.02 0.31
HSL 306.92º 0.14% 0.64% -
HSV(B) 306.92º 0.15% 0.69% -
XYZ 36.35 34.06 44.19 -
YUV 160.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 176 150 173 0 0.15 0.02 0.31 306.92 0.14 0.64
Hex B0 96 AD 0 F 2 1F 133 E 40
Octal 260 226 255 0 17 2 37 463 16 100
Binary 10110000 10010110 10101101 0 1111 10 11111 100110011 1110 1000000

Color Harmonies of #B096AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B096AD

Black with #B096AD

Text Example


Text Example

White with #B096AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B096AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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