Html Css Color HEX #B988BA London Hue

📋 copy color: '#B988BA'

red 185 ◦ green 136 ◦ blue 186

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

Shades of London Hue #B988BA

Tints of London Hue #B988BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.69%

R = 36.49%
G = 26.82%
B = 36.69%

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

#B988BA (or 0xB988BA) is known color: London Hue. HEX triplet: B9, 88 and BA. RGB value is (185,136,186). Sum of RGB (Red+Green+Blue) = 185+136+186=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #B988BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988BA is #467745. Grayscale: #9C9C9C. Windows color (decimal): -4618054 or 12224697. OLE color: 12224697.

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

Color convert

RGB 185 136 186 -
CMYK 0.01 0.27 0 0.27
HSL 298.8º 0.27% 0.63% -
HSV(B) 298.8º 0.27% 0.73% -
XYZ 37.67 31.47 50.54 -
YUV 156.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 185 136 186 0.01 0.27 0 0.27 298.8 0.27 0.63
Hex B9 88 BA 1 1B 0 1B 12B 1B 3F
Octal 271 210 272 1 33 0 33 453 33 77
Binary 10111001 10001000 10111010 1 11011 0 11011 100101011 11011 111111

Color Harmonies of #B988BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B988BA

Black with #B988BA

Text Example


Text Example

White with #B988BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B988BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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