Html Css Color HEX #B886BC London Hue

📋 copy color: '#B886BC'

red 184 ◦ green 134 ◦ blue 188

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

Shades of London Hue #B886BC

Tints of London Hue #B886BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 36.36%
G = 26.48%
B = 37.15%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B886BC (or 0xB886BC) is known color: London Hue. HEX triplet: B8, 86 and BC. RGB value is (184,134,188). Sum of RGB (Red+Green+Blue) = 184+134+188=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #B886BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B886BC is #477943. Grayscale: #9A9A9A. Windows color (decimal): -4684100 or 12355256. OLE color: 12355256.

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

Color convert

RGB 184 134 188 -
CMYK 0.02 0.29 0 0.26
HSL 295.56º 0.29% 0.63% -
HSV(B) 295.56º 0.29% 0.74% -
XYZ 37.37 30.87 51.57 -
YUV 155.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 184 134 188 0.02 0.29 0 0.26 295.56 0.29 0.63
Hex B8 86 BC 2 1D 0 1A 128 1D 3F
Octal 270 206 274 2 35 0 32 450 35 77
Binary 10111000 10000110 10111100 10 11101 0 11010 100101000 11101 111111

Color Harmonies of #B886BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B886BC

Black with #B886BC

Text Example


Text Example

White with #B886BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B886BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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