Html Css Color HEX #B286AD London Hue

📋 copy color: '#B286AD'

red 178 ◦ green 134 ◦ blue 173

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

Shades of London Hue #B286AD

Tints of London Hue #B286AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.67%

R = 36.7%
G = 27.63%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B286AD (or 0xB286AD) is known color: London Hue. HEX triplet: B2, 86 and AD. RGB value is (178,134,173). Sum of RGB (Red+Green+Blue) = 178+134+173=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 178 - color contains mainly: red. Hex color #B286AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B286AD is #4D7952. Grayscale: #979797. Windows color (decimal): -5077331 or 11372210. OLE color: 11372210.

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

Color convert

RGB 178 134 173 -
CMYK 0 0.25 0.03 0.30
HSL 306.82º 0.22% 0.61% -
HSV(B) 306.82º 0.25% 0.7% -
XYZ 34.43 29.53 43.42 -
YUV 151.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 178 134 173 0 0.25 0.03 0.30 306.82 0.22 0.61
Hex B2 86 AD 0 19 3 1E 133 16 3D
Octal 262 206 255 0 31 3 36 463 26 75
Binary 10110010 10000110 10101101 0 11001 11 11110 100110011 10110 111101

Color Harmonies of #B286AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B286AD

Black with #B286AD

Text Example


Text Example

White with #B286AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B286AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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