Html Css Color HEX #B98AB9 London Hue

📋 copy color: '#B98AB9'

red 185 ◦ green 138 ◦ blue 185

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

Shades of London Hue #B98AB9

Tints of London Hue #B98AB9

RGB

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

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

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

R = 36.42%
G = 27.17%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B98AB9 (or 0xB98AB9) is known color: London Hue. HEX triplet: B9, 8A and B9. RGB value is (185,138,185). Sum of RGB (Red+Green+Blue) = 185+138+185=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B98AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98AB9 is #467546. Grayscale: #9D9D9D. Windows color (decimal): -4617543 or 12159673. OLE color: 12159673.

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

Color convert

RGB 185 138 185 -
CMYK 0 0.25 0 0.27
HSL 300º 0.25% 0.63% -
HSV(B) 300º 0.25% 0.73% -
XYZ 37.85 31.99 50.08 -
YUV 157.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 185 138 185 0 0.25 0 0.27 300 0.25 0.63
Hex B9 8A B9 0 19 0 1B 12C 19 3F
Octal 271 212 271 0 31 0 33 454 31 77
Binary 10111001 10001010 10111001 0 11001 0 11011 100101100 11001 111111

Color Harmonies of #B98AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98AB9

Black with #B98AB9

Text Example


Text Example

White with #B98AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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