Html Css Color HEX #B6A0B3 London Hue

📋 copy color: '#B6A0B3'

red 182 ◦ green 160 ◦ blue 179

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

Shades of London Hue #B6A0B3

Tints of London Hue #B6A0B3

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.71%

 BLUE value IS 179 (70.31% from 255) = 34.36%

R = 34.93%
G = 30.71%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B6A0B3 (or 0xB6A0B3) is known color: London Hue. HEX triplet: B6, A0 and B3. RGB value is (182,160,179). Sum of RGB (Red+Green+Blue) = 182+160+179=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A0B3 is #495F4C. Grayscale: #A8A8A8. Windows color (decimal): -4808525 or 11772086. OLE color: 11772086.

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

Color convert

RGB 182 160 179 -
CMYK 0 0.12 0.02 0.29
HSL 308.18º 0.13% 0.67% -
HSV(B) 308.18º 0.12% 0.71% -
XYZ 40 38.34 47.94 -
YUV 168.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 182 160 179 0 0.12 0.02 0.29 308.18 0.13 0.67
Hex B6 A0 B3 0 C 2 1D 134 D 43
Octal 266 240 263 0 14 2 35 464 15 103
Binary 10110110 10100000 10110011 0 1100 10 11101 100110100 1101 1000011

Color Harmonies of #B6A0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A0B3

Black with #B6A0B3

Text Example


Text Example

White with #B6A0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A0B3; }

 p { color: rgb(182,160,179); }

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

background-color css

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

 a { background-color: rgb(182,160,179); }

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

border-color css

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

 span { border-color: rgb(182,160,179); }

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