Html Css Color HEX #B886AC London Hue

📋 copy color: '#B886AC'

red 184 ◦ green 134 ◦ blue 172

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

Shades of London Hue #B886AC

Tints of London Hue #B886AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.1%

R = 37.55%
G = 27.35%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B886AC (or 0xB886AC) is known color: London Hue. HEX triplet: B8, 86 and AC. RGB value is (184,134,172). Sum of RGB (Red+Green+Blue) = 184+134+172=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B886AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B886AC is #477953. Grayscale: #999999. Windows color (decimal): -4684116 or 11306680. OLE color: 11306680.

HSL color Cylindrical-coordinate representation of color #B886AC: hue angle of 314.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B886AC is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 134 172 -
CMYK 0 0.27 0.07 0.28
HSL 314.4º 0.26% 0.62% -
HSV(B) 314.4º 0.27% 0.72% -
XYZ 35.74 30.22 42.98 -
YUV 153.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 184 134 172 0 0.27 0.07 0.28 314.4 0.26 0.62
Hex B8 86 AC 0 1B 7 1C 13A 1A 3E
Octal 270 206 254 0 33 7 34 472 32 76
Binary 10111000 10000110 10101100 0 11011 111 11100 100111010 11010 111110

Color Harmonies of #B886AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B886AC

Black with #B886AC

Text Example


Text Example

White with #B886AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B886AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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