Html Css Color HEX #B6A3B2 London Hue

📋 copy color: '#B6A3B2'

red 182 ◦ green 163 ◦ blue 178

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

Shades of London Hue #B6A3B2

Tints of London Hue #B6A3B2

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.17%

 BLUE value IS 178 (69.92% from 255) = 34.03%

R = 34.8%
G = 31.17%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B6A3B2 (or 0xB6A3B2) is known color: London Hue. HEX triplet: B6, A3 and B2. RGB value is (182,163,178). Sum of RGB (Red+Green+Blue) = 182+163+178=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A3B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A3B2 is #495C4D. Grayscale: #AAAAAA. Windows color (decimal): -4807758 or 11707318. OLE color: 11707318.

HSL color Cylindrical-coordinate representation of color #B6A3B2: hue angle of 312.63º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6A3B2 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 163 178 -
CMYK 0 0.10 0.02 0.29
HSL 312.63º 0.12% 0.68% -
HSV(B) 312.63º 0.1% 0.71% -
XYZ 40.42 39.35 47.58 -
YUV 170.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 182 163 178 0 0.10 0.02 0.29 312.63 0.12 0.68
Hex B6 A3 B2 0 A 2 1D 139 C 44
Octal 266 243 262 0 12 2 35 471 14 104
Binary 10110110 10100011 10110010 0 1010 10 11101 100111001 1100 1000100

Color Harmonies of #B6A3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A3B2

Black with #B6A3B2

Text Example


Text Example

White with #B6A3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A3B2; }

 p { color: rgb(182,163,178); }

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

background-color css

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

 a { background-color: rgb(182,163,178); }

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

border-color css

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

 span { border-color: rgb(182,163,178); }

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