Html Css Color HEX #B884BC London Hue

📋 copy color: '#B884BC'

red 184 ◦ green 132 ◦ blue 188

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

Shades of London Hue #B884BC

Tints of London Hue #B884BC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.19%

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

R = 36.51%
G = 26.19%
B = 37.3%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B884BC (or 0xB884BC) is known color: London Hue. HEX triplet: B8, 84 and BC. RGB value is (184,132,188). Sum of RGB (Red+Green+Blue) = 184+132+188=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #B884BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884BC is #477B43. Grayscale: #999999. Windows color (decimal): -4684612 or 12354744. OLE color: 12354744.

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

Color convert

RGB 184 132 188 -
CMYK 0.02 0.30 0 0.26
HSL 295.71º 0.29% 0.63% -
HSV(B) 295.71º 0.3% 0.74% -
XYZ 37.1 30.32 51.47 -
YUV 153.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 184 132 188 0.02 0.30 0 0.26 295.71 0.29 0.63
Hex B8 84 BC 2 1E 0 1A 128 1D 3F
Octal 270 204 274 2 36 0 32 450 35 77
Binary 10111000 10000100 10111100 10 11110 0 11010 100101000 11101 111111

Color Harmonies of #B884BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B884BC

Black with #B884BC

Text Example


Text Example

White with #B884BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B884BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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