Html Css Color HEX #B98AB2 London Hue

📋 copy color: '#B98AB2'

red 185 ◦ green 138 ◦ blue 178

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

Shades of London Hue #B98AB2

Tints of London Hue #B98AB2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.54%

 BLUE value IS 178 (69.92% from 255) = 35.53%

R = 36.93%
G = 27.54%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B98AB2 (or 0xB98AB2) is known color: London Hue. HEX triplet: B9, 8A and B2. RGB value is (185,138,178). Sum of RGB (Red+Green+Blue) = 185+138+178=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B98AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98AB2 is #46754D. Grayscale: #9C9C9C. Windows color (decimal): -4617550 or 11700921. OLE color: 11700921.

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

Color convert

RGB 185 138 178 -
CMYK 0 0.25 0.04 0.27
HSL 308.94º 0.25% 0.63% -
HSV(B) 308.94º 0.25% 0.73% -
XYZ 37.13 31.71 46.28 -
YUV 156.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 185 138 178 0 0.25 0.04 0.27 308.94 0.25 0.63
Hex B9 8A B2 0 19 4 1B 135 19 3F
Octal 271 212 262 0 31 4 33 465 31 77
Binary 10111001 10001010 10110010 0 11001 100 11011 100110101 11001 111111

Color Harmonies of #B98AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98AB2

Black with #B98AB2

Text Example


Text Example

White with #B98AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98AB2; }

 p { color: rgb(185,138,178); }

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

background-color css

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

 a { background-color: rgb(185,138,178); }

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

border-color css

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

 span { border-color: rgb(185,138,178); }

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