Html Css Color HEX #B286AB London Hue

📋 copy color: '#B286AB'

red 178 ◦ green 134 ◦ blue 171

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

Shades of London Hue #B286AB

Tints of London Hue #B286AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.4%

R = 36.85%
G = 27.74%
B = 35.4%

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

#B286AB (or 0xB286AB) is known color: London Hue. HEX triplet: B2, 86 and AB. RGB value is (178,134,171). Sum of RGB (Red+Green+Blue) = 178+134+171=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B286AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B286AB is #4D7954. Grayscale: #979797. Windows color (decimal): -5077333 or 11241138. OLE color: 11241138.

HSL color Cylindrical-coordinate representation of color #B286AB: hue angle of 309.55º 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 #B286AB is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 134 171 -
CMYK 0 0.25 0.04 0.30
HSL 309.55º 0.22% 0.61% -
HSV(B) 309.55º 0.25% 0.7% -
XYZ 34.24 29.46 42.41 -
YUV 151.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 178 134 171 0 0.25 0.04 0.30 309.55 0.22 0.61
Hex B2 86 AB 0 19 4 1E 136 16 3D
Octal 262 206 253 0 31 4 36 466 26 75
Binary 10110010 10000110 10101011 0 11001 100 11110 100110110 10110 111101

Color Harmonies of #B286AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B286AB

Black with #B286AB

Text Example


Text Example

White with #B286AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B286AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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