Html Css Color HEX #B885AC London Hue

📋 copy color: '#B885AC'

red 184 ◦ green 133 ◦ blue 172

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

Shades of London Hue #B885AC

Tints of London Hue #B885AC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.2%

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

R = 37.63%
G = 27.2%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B885AC (or 0xB885AC) is known color: London Hue. HEX triplet: B8, 85 and AC. RGB value is (184,133,172). Sum of RGB (Red+Green+Blue) = 184+133+172=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B885AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B885AC is #477A53. Grayscale: #989898. Windows color (decimal): -4684372 or 11306424. OLE color: 11306424.

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

Color convert

RGB 184 133 172 -
CMYK 0 0.28 0.07 0.28
HSL 314.12º 0.26% 0.62% -
HSV(B) 314.12º 0.28% 0.72% -
XYZ 35.6 29.94 42.93 -
YUV 152.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 184 133 172 0 0.28 0.07 0.28 314.12 0.26 0.62
Hex B8 85 AC 0 1C 7 1C 13A 1A 3E
Octal 270 205 254 0 34 7 34 472 32 76
Binary 10111000 10000101 10101100 0 11100 111 11100 100111010 11010 111110

Color Harmonies of #B885AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B885AC

Black with #B885AC

Text Example


Text Example

White with #B885AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B885AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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