Html Css Color HEX #B98BB3 London Hue

📋 copy color: '#B98BB3'

red 185 ◦ green 139 ◦ blue 179

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

Shades of London Hue #B98BB3

Tints of London Hue #B98BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.59%

R = 36.78%
G = 27.63%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B98BB3 (or 0xB98BB3) is known color: London Hue. HEX triplet: B9, 8B and B3. RGB value is (185,139,179). Sum of RGB (Red+Green+Blue) = 185+139+179=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 185 - color contains mainly: red. Hex color #B98BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BB3 is #46744C. Grayscale: #9D9D9D. Windows color (decimal): -4617293 or 11766713. OLE color: 11766713.

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

Color convert

RGB 185 139 179 -
CMYK 0 0.25 0.03 0.27
HSL 307.83º 0.25% 0.64% -
HSV(B) 307.83º 0.25% 0.73% -
XYZ 37.38 32.03 46.86 -
YUV 157.31 140.24 147.75 -
System Red Green Blue C M Y K H S L
Decimal 185 139 179 0 0.25 0.03 0.27 307.83 0.25 0.64
Hex B9 8B B3 0 19 3 1B 134 19 40
Octal 271 213 263 0 31 3 33 464 31 100
Binary 10111001 10001011 10110011 0 11001 11 11011 100110100 11001 1000000

Color Harmonies of #B98BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BB3

Black with #B98BB3

Text Example


Text Example

White with #B98BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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