Html Css Color HEX #B98BAE London Hue

📋 copy color: '#B98BAE'

red 185 ◦ green 139 ◦ blue 174

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

Shades of London Hue #B98BAE

Tints of London Hue #B98BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.91%

 BLUE value IS 174 (68.36% from 255) = 34.94%

R = 37.15%
G = 27.91%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B98BAE (or 0xB98BAE) is known color: London Hue. HEX triplet: B9, 8B and AE. RGB value is (185,139,174). Sum of RGB (Red+Green+Blue) = 185+139+174=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 185 - color contains mainly: red. Hex color #B98BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98BAE is #467451. Grayscale: #9C9C9C. Windows color (decimal): -4617298 or 11439033. OLE color: 11439033.

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

Color convert

RGB 185 139 174 -
CMYK 0 0.25 0.06 0.27
HSL 314.35º 0.25% 0.64% -
HSV(B) 314.35º 0.25% 0.73% -
XYZ 36.88 31.84 44.25 -
YUV 156.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 185 139 174 0 0.25 0.06 0.27 314.35 0.25 0.64
Hex B9 8B AE 0 19 6 1B 13A 19 40
Octal 271 213 256 0 31 6 33 472 31 100
Binary 10111001 10001011 10101110 0 11001 110 11011 100111010 11001 1000000

Color Harmonies of #B98BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BAE

Black with #B98BAE

Text Example


Text Example

White with #B98BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BAE; }

 p { color: rgb(185,139,174); }

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

background-color css

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

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

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

border-color css

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

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

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