Html Css Color HEX #B886BA London Hue

📋 copy color: '#B886BA'

red 184 ◦ green 134 ◦ blue 186

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

Shades of London Hue #B886BA

Tints of London Hue #B886BA

RGB

 RED value IS 184 (72.27% from 255) = 36.51%

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

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

R = 36.51%
G = 26.59%
B = 36.9%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B886BA (or 0xB886BA) is known color: London Hue. HEX triplet: B8, 86 and BA. RGB value is (184,134,186). Sum of RGB (Red+Green+Blue) = 184+134+186=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #B886BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B886BA is #477945. Grayscale: #9A9A9A. Windows color (decimal): -4684102 or 12224184. OLE color: 12224184.

HSL color Cylindrical-coordinate representation of color #B886BA: hue angle of 297.69º 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 #B886BA is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 134 186 -
CMYK 0.01 0.28 0 0.27
HSL 297.69º 0.27% 0.63% -
HSV(B) 297.69º 0.28% 0.73% -
XYZ 37.16 30.79 50.44 -
YUV 154.88 145.57 148.77 -
System Red Green Blue C M Y K H S L
Decimal 184 134 186 0.01 0.28 0 0.27 297.69 0.27 0.63
Hex B8 86 BA 1 1C 0 1B 12A 1B 3F
Octal 270 206 272 1 34 0 33 452 33 77
Binary 10111000 10000110 10111010 1 11100 0 11011 100101010 11011 111111

Color Harmonies of #B886BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B886BA

Black with #B886BA

Text Example


Text Example

White with #B886BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B886BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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