Html Css Color HEX #B286AA London Hue

📋 copy color: '#B286AA'

red 178 ◦ green 134 ◦ blue 170

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

Shades of London Hue #B286AA

Tints of London Hue #B286AA

RGB

 RED value IS 178 (69.92% from 255) = 36.93%

 GREEN value IS 134 (52.73% from 255) = 27.8%

 BLUE value IS 170 (66.8% from 255) = 35.27%

R = 36.93%
G = 27.8%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B286AA (or 0xB286AA) is known color: London Hue. HEX triplet: B2, 86 and AA. RGB value is (178,134,170). Sum of RGB (Red+Green+Blue) = 178+134+170=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B286AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B286AA is #4D7955. Grayscale: #979797. Windows color (decimal): -5077334 or 11175602. OLE color: 11175602.

HSL color Cylindrical-coordinate representation of color #B286AA: hue angle of 310.91º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B286AA is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 134 170 -
CMYK 0 0.25 0.04 0.30
HSL 310.91º 0.22% 0.61% -
HSV(B) 310.91º 0.25% 0.7% -
XYZ 34.14 29.42 41.91 -
YUV 151.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 178 134 170 0 0.25 0.04 0.30 310.91 0.22 0.61
Hex B2 86 AA 0 19 4 1E 137 16 3D
Octal 262 206 252 0 31 4 36 467 26 75
Binary 10110010 10000110 10101010 0 11001 100 11110 100110111 10110 111101

Color Harmonies of #B286AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B286AA

Black with #B286AA

Text Example


Text Example

White with #B286AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B286AA; }

 p { color: rgb(178,134,170); }

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

background-color css

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

 a { background-color: rgb(178,134,170); }

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

border-color css

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

 span { border-color: rgb(178,134,170); }

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