Html Css Color HEX #B988BB London Hue

📋 copy color: '#B988BB'

red 185 ◦ green 136 ◦ blue 187

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

Shades of London Hue #B988BB

Tints of London Hue #B988BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.81%

R = 36.42%
G = 26.77%
B = 36.81%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B988BB (or 0xB988BB) is known color: London Hue. HEX triplet: B9, 88 and BB. RGB value is (185,136,187). Sum of RGB (Red+Green+Blue) = 185+136+187=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #B988BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988BB is #467744. Grayscale: #9C9C9C. Windows color (decimal): -4618053 or 12290233. OLE color: 12290233.

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

Color convert

RGB 185 136 187 -
CMYK 0.01 0.27 0 0.27
HSL 297.65º 0.27% 0.63% -
HSV(B) 297.65º 0.27% 0.73% -
XYZ 37.78 31.51 51.1 -
YUV 156.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 185 136 187 0.01 0.27 0 0.27 297.65 0.27 0.63
Hex B9 88 BB 1 1B 0 1B 12A 1B 3F
Octal 271 210 273 1 33 0 33 452 33 77
Binary 10111001 10001000 10111011 1 11011 0 11011 100101010 11011 111111

Color Harmonies of #B988BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B988BB

Black with #B988BB

Text Example


Text Example

White with #B988BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B988BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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