Html Css Color HEX #B988AF London Hue

📋 copy color: '#B988AF'

red 185 ◦ green 136 ◦ blue 175

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

Shades of London Hue #B988AF

Tints of London Hue #B988AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.28%

R = 37.3%
G = 27.42%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B988AF (or 0xB988AF) is known color: London Hue. HEX triplet: B9, 88 and AF. RGB value is (185,136,175). Sum of RGB (Red+Green+Blue) = 185+136+175=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B988AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B988AF is #467750. Grayscale: #9A9A9A. Windows color (decimal): -4618065 or 11503801. OLE color: 11503801.

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

Color convert

RGB 185 136 175 -
CMYK 0 0.26 0.05 0.27
HSL 312.24º 0.26% 0.63% -
HSV(B) 312.24º 0.26% 0.73% -
XYZ 36.55 31.02 44.62 -
YUV 155.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 185 136 175 0 0.26 0.05 0.27 312.24 0.26 0.63
Hex B9 88 AF 0 1A 5 1B 138 1A 3F
Octal 271 210 257 0 32 5 33 470 32 77
Binary 10111001 10001000 10101111 0 11010 101 11011 100111000 11010 111111

Color Harmonies of #B988AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B988AF

Black with #B988AF

Text Example


Text Example

White with #B988AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B988AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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