Html Css Color HEX #B878AC London Hue

📋 copy color: '#B878AC'

red 184 ◦ green 120 ◦ blue 172

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

Shades of London Hue #B878AC

Tints of London Hue #B878AC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.21%

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

R = 38.66%
G = 25.21%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B878AC (or 0xB878AC) is known color: London Hue. HEX triplet: B8, 78 and AC. RGB value is (184,120,172). Sum of RGB (Red+Green+Blue) = 184+120+172=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B878AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B878AC is #478753. Grayscale: #909090. Windows color (decimal): -4687700 or 11303096. OLE color: 11303096.

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

Color convert

RGB 184 120 172 -
CMYK 0 0.35 0.07 0.28
HSL 311.25º 0.31% 0.6% -
HSV(B) 311.25º 0.35% 0.72% -
XYZ 33.93 26.6 42.38 -
YUV 145.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 184 120 172 0 0.35 0.07 0.28 311.25 0.31 0.6
Hex B8 78 AC 0 23 7 1C 137 1F 3C
Octal 270 170 254 0 43 7 34 467 37 74
Binary 10111000 1111000 10101100 0 100011 111 11100 100110111 11111 111100

Color Harmonies of #B878AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B878AC

Black with #B878AC

Text Example


Text Example

White with #B878AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B878AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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