Html Css Color HEX #B885AB London Hue

📋 copy color: '#B885AB'

red 184 ◦ green 133 ◦ blue 171

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

Shades of London Hue #B885AB

Tints of London Hue #B885AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.04%

R = 37.7%
G = 27.25%
B = 35.04%

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

#B885AB (or 0xB885AB) is known color: London Hue. HEX triplet: B8, 85 and AB. RGB value is (184,133,171). Sum of RGB (Red+Green+Blue) = 184+133+171=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B885AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B885AB is #477A54. Grayscale: #989898. Windows color (decimal): -4684373 or 11240888. OLE color: 11240888.

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

Color convert

RGB 184 133 171 -
CMYK 0 0.28 0.07 0.28
HSL 315.29º 0.26% 0.62% -
HSV(B) 315.29º 0.28% 0.72% -
XYZ 35.51 29.91 42.43 -
YUV 152.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 184 133 171 0 0.28 0.07 0.28 315.29 0.26 0.62
Hex B8 85 AB 0 1C 7 1C 13B 1A 3E
Octal 270 205 253 0 34 7 34 473 32 76
Binary 10111000 10000101 10101011 0 11100 111 11100 100111011 11010 111110

Color Harmonies of #B885AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B885AB

Black with #B885AB

Text Example


Text Example

White with #B885AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B885AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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