Html Css Color HEX #B98ABA London Hue

📋 copy color: '#B98ABA'

red 185 ◦ green 138 ◦ blue 186

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

Shades of London Hue #B98ABA

Tints of London Hue #B98ABA

RGB

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

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

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

R = 36.35%
G = 27.11%
B = 36.54%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B98ABA (or 0xB98ABA) is known color: London Hue. HEX triplet: B9, 8A and BA. RGB value is (185,138,186). Sum of RGB (Red+Green+Blue) = 185+138+186=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #B98ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98ABA is #467545. Grayscale: #9D9D9D. Windows color (decimal): -4617542 or 12225209. OLE color: 12225209.

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

Color convert

RGB 185 138 186 -
CMYK 0.01 0.26 0 0.27
HSL 298.75º 0.26% 0.64% -
HSV(B) 298.75º 0.26% 0.73% -
XYZ 37.96 32.04 50.64 -
YUV 157.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 185 138 186 0.01 0.26 0 0.27 298.75 0.26 0.64
Hex B9 8A BA 1 1A 0 1B 12B 1A 40
Octal 271 212 272 1 32 0 33 453 32 100
Binary 10111001 10001010 10111010 1 11010 0 11011 100101011 11010 1000000

Color Harmonies of #B98ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98ABA

Black with #B98ABA

Text Example


Text Example

White with #B98ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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