Html Css Color HEX #B98FB0 London Hue

📋 copy color: '#B98FB0'

red 185 ◦ green 143 ◦ blue 176

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

Shades of London Hue #B98FB0

Tints of London Hue #B98FB0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.37%

 BLUE value IS 176 (69.14% from 255) = 34.92%

R = 36.71%
G = 28.37%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B98FB0 (or 0xB98FB0) is known color: London Hue. HEX triplet: B9, 8F and B0. RGB value is (185,143,176). Sum of RGB (Red+Green+Blue) = 185+143+176=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 185 - color contains mainly: red. Hex color #B98FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98FB0 is #46704F. Grayscale: #9F9F9F. Windows color (decimal): -4616272 or 11571129. OLE color: 11571129.

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

Color convert

RGB 185 143 176 -
CMYK 0 0.23 0.05 0.27
HSL 312.86º 0.23% 0.64% -
HSV(B) 312.86º 0.23% 0.73% -
XYZ 37.67 33.09 45.48 -
YUV 159.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 185 143 176 0 0.23 0.05 0.27 312.86 0.23 0.64
Hex B9 8F B0 0 17 5 1B 139 17 40
Octal 271 217 260 0 27 5 33 471 27 100
Binary 10111001 10001111 10110000 0 10111 101 11011 100111001 10111 1000000

Color Harmonies of #B98FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98FB0

Black with #B98FB0

Text Example


Text Example

White with #B98FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98FB0; }

 p { color: rgb(185,143,176); }

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

background-color css

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

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

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

border-color css

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

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

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