Html Css Color HEX #B886B3 London Hue

📋 copy color: '#B886B3'

red 184 ◦ green 134 ◦ blue 179

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

Shades of London Hue #B886B3

Tints of London Hue #B886B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.02%

R = 37.02%
G = 26.96%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B886B3 (or 0xB886B3) is known color: London Hue. HEX triplet: B8, 86 and B3. RGB value is (184,134,179). Sum of RGB (Red+Green+Blue) = 184+134+179=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 184 - color contains mainly: red. Hex color #B886B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B886B3 is #47794C. Grayscale: #999999. Windows color (decimal): -4684109 or 11765432. OLE color: 11765432.

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

Color convert

RGB 184 134 179 -
CMYK 0 0.27 0.03 0.28
HSL 306º 0.26% 0.62% -
HSV(B) 306º 0.27% 0.72% -
XYZ 36.43 30.5 46.61 -
YUV 154.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 184 134 179 0 0.27 0.03 0.28 306 0.26 0.62
Hex B8 86 B3 0 1B 3 1C 132 1A 3E
Octal 270 206 263 0 33 3 34 462 32 76
Binary 10111000 10000110 10110011 0 11011 11 11100 100110010 11010 111110

Color Harmonies of #B886B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B886B3

Black with #B886B3

Text Example


Text Example

White with #B886B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B886B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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