Html Css Color HEX #B096AF London Hue

📋 copy color: '#B096AF'

red 176 ◦ green 150 ◦ blue 175

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

Shades of London Hue #B096AF

Tints of London Hue #B096AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.93%

R = 35.13%
G = 29.94%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B096AF (or 0xB096AF) is known color: London Hue. HEX triplet: B0, 96 and AF. RGB value is (176,150,175). Sum of RGB (Red+Green+Blue) = 176+150+175=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 176 - color contains mainly: red. Hex color #B096AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B096AF is #4F6950. Grayscale: #A0A0A0. Windows color (decimal): -5204305 or 11507376. OLE color: 11507376.

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

Color convert

RGB 176 150 175 -
CMYK 0 0.15 0.01 0.31
HSL 302.31º 0.14% 0.64% -
HSV(B) 302.31º 0.15% 0.69% -
XYZ 36.55 34.14 45.22 -
YUV 160.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 176 150 175 0 0.15 0.01 0.31 302.31 0.14 0.64
Hex B0 96 AF 0 F 1 1F 12E E 40
Octal 260 226 257 0 17 1 37 456 16 100
Binary 10110000 10010110 10101111 0 1111 1 11111 100101110 1110 1000000

Color Harmonies of #B096AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B096AF

Black with #B096AF

Text Example


Text Example

White with #B096AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B096AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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