Html Css Color HEX #B096B1 London Hue

📋 copy color: '#B096B1'

red 176 ◦ green 150 ◦ blue 177

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

Shades of London Hue #B096B1

Tints of London Hue #B096B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.19%

R = 34.99%
G = 29.82%
B = 35.19%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B096B1 (or 0xB096B1) is known color: London Hue. HEX triplet: B0, 96 and B1. RGB value is (176,150,177). Sum of RGB (Red+Green+Blue) = 176+150+177=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 177 - color contains mainly: blue. Hex color #B096B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B096B1 is #4F694E. Grayscale: #A0A0A0. Windows color (decimal): -5204303 or 11638448. OLE color: 11638448.

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

Color convert

RGB 176 150 177 -
CMYK 0.01 0.15 0 0.31
HSL 297.78º 0.15% 0.64% -
HSV(B) 297.78º 0.15% 0.69% -
XYZ 36.75 34.22 46.26 -
YUV 160.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 176 150 177 0.01 0.15 0 0.31 297.78 0.15 0.64
Hex B0 96 B1 1 F 0 1F 12A F 40
Octal 260 226 261 1 17 0 37 452 17 100
Binary 10110000 10010110 10110001 1 1111 0 11111 100101010 1111 1000000

Color Harmonies of #B096B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B096B1

Black with #B096B1

Text Example


Text Example

White with #B096B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B096B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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