Html Css Color HEX #B696AF London Hue

📋 copy color: '#B696AF'

red 182 ◦ green 150 ◦ blue 175

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

Shades of London Hue #B696AF

Tints of London Hue #B696AF

RGB

 RED value IS 182 (71.48% from 255) = 35.9%

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

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

R = 35.9%
G = 29.59%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B696AF (or 0xB696AF) is known color: London Hue. HEX triplet: B6, 96 and AF. RGB value is (182,150,175). Sum of RGB (Red+Green+Blue) = 182+150+175=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 182 - color contains mainly: red. Hex color #B696AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B696AF is #496950. Grayscale: #A2A2A2. Windows color (decimal): -4811089 or 11507382. OLE color: 11507382.

HSL color Cylindrical-coordinate representation of color #B696AF: hue angle of 313.12º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B696AF is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 150 175 -
CMYK 0 0.18 0.04 0.29
HSL 313.13º 0.18% 0.65% -
HSV(B) 313.13º 0.18% 0.71% -
XYZ 37.94 34.85 45.29 -
YUV 162.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 182 150 175 0 0.18 0.04 0.29 313.13 0.18 0.65
Hex B6 96 AF 0 12 4 1D 139 12 41
Octal 266 226 257 0 22 4 35 471 22 101
Binary 10110110 10010110 10101111 0 10010 100 11101 100111001 10010 1000001

Color Harmonies of #B696AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B696AF

Black with #B696AF

Text Example


Text Example

White with #B696AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B696AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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