Html Css Color HEX #B786BA London Hue

📋 copy color: '#B786BA'

red 183 ◦ green 134 ◦ blue 186

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

Shades of London Hue #B786BA

Tints of London Hue #B786BA

RGB

 RED value IS 183 (71.88% from 255) = 36.38%

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

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 36.38%
G = 26.64%
B = 36.98%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B786BA (or 0xB786BA) is known color: London Hue. HEX triplet: B7, 86 and BA. RGB value is (183,134,186). Sum of RGB (Red+Green+Blue) = 183+134+186=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #B786BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B786BA is #487945. Grayscale: #9A9A9A. Windows color (decimal): -4749638 or 12224183. OLE color: 12224183.

HSL color Cylindrical-coordinate representation of color #B786BA: hue angle of 296.54º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B786BA is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 134 186 -
CMYK 0.02 0.28 0 0.27
HSL 296.54º 0.27% 0.63% -
HSV(B) 296.54º 0.28% 0.73% -
XYZ 36.92 30.66 50.43 -
YUV 154.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 183 134 186 0.02 0.28 0 0.27 296.54 0.27 0.63
Hex B7 86 BA 2 1C 0 1B 129 1B 3F
Octal 267 206 272 2 34 0 33 451 33 77
Binary 10110111 10000110 10111010 10 11100 0 11011 100101001 11011 111111

Color Harmonies of #B786BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B786BA

Black with #B786BA

Text Example


Text Example

White with #B786BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B786BA; }

 p { color: rgb(183,134,186); }

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

background-color css

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

 a { background-color: rgb(183,134,186); }

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

border-color css

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

 span { border-color: rgb(183,134,186); }

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