Html Css Color HEX #B98EBA London Hue

📋 copy color: '#B98EBA'

red 185 ◦ green 142 ◦ blue 186

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

Shades of London Hue #B98EBA

Tints of London Hue #B98EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.68%

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

R = 36.06%
G = 27.68%
B = 36.26%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B98EBA (or 0xB98EBA) is known color: London Hue. HEX triplet: B9, 8E and BA. RGB value is (185,142,186). Sum of RGB (Red+Green+Blue) = 185+142+186=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #B98EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98EBA is #467145. Grayscale: #9F9F9F. Windows color (decimal): -4616518 or 12226233. OLE color: 12226233.

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

Color convert

RGB 185 142 186 -
CMYK 0.01 0.24 0 0.27
HSL 298.64º 0.24% 0.64% -
HSV(B) 298.64º 0.24% 0.73% -
XYZ 38.54 33.21 50.83 -
YUV 159.87 142.75 145.92 -
System Red Green Blue C M Y K H S L
Decimal 185 142 186 0.01 0.24 0 0.27 298.64 0.24 0.64
Hex B9 8E BA 1 18 0 1B 12B 18 40
Octal 271 216 272 1 30 0 33 453 30 100
Binary 10111001 10001110 10111010 1 11000 0 11011 100101011 11000 1000000

Color Harmonies of #B98EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98EBA

Black with #B98EBA

Text Example


Text Example

White with #B98EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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