Html Css Color HEX #B988AC London Hue

📋 copy color: '#B988AC'

red 185 ◦ green 136 ◦ blue 172

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

Shades of London Hue #B988AC

Tints of London Hue #B988AC

RGB

 RED value IS 185 (72.66% from 255) = 37.53%

 GREEN value IS 136 (53.52% from 255) = 27.59%

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

R = 37.53%
G = 27.59%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B988AC (or 0xB988AC) is known color: London Hue. HEX triplet: B9, 88 and AC. RGB value is (185,136,172). Sum of RGB (Red+Green+Blue) = 185+136+172=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B988AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B988AC is #467753. Grayscale: #9A9A9A. Windows color (decimal): -4618068 or 11307193. OLE color: 11307193.

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

Color convert

RGB 185 136 172 -
CMYK 0 0.26 0.07 0.27
HSL 315.92º 0.26% 0.63% -
HSV(B) 315.92º 0.26% 0.73% -
XYZ 36.26 30.9 43.08 -
YUV 154.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 185 136 172 0 0.26 0.07 0.27 315.92 0.26 0.63
Hex B9 88 AC 0 1A 7 1B 13C 1A 3F
Octal 271 210 254 0 32 7 33 474 32 77
Binary 10111001 10001000 10101100 0 11010 111 11011 100111100 11010 111111

Color Harmonies of #B988AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B988AC

Black with #B988AC

Text Example


Text Example

White with #B988AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B988AC; }

 p { color: rgb(185,136,172); }

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

background-color css

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

 a { background-color: rgb(185,136,172); }

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

border-color css

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

 span { border-color: rgb(185,136,172); }

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