Html Css Color HEX #B98FBC London Hue

📋 copy color: '#B98FBC'

red 185 ◦ green 143 ◦ blue 188

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

Shades of London Hue #B98FBC

Tints of London Hue #B98FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.43%

R = 35.85%
G = 27.71%
B = 36.43%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B98FBC (or 0xB98FBC) is known color: London Hue. HEX triplet: B9, 8F and BC. RGB value is (185,143,188). Sum of RGB (Red+Green+Blue) = 185+143+188=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #B98FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98FBC is #467043. Grayscale: #A0A0A0. Windows color (decimal): -4616260 or 12357561. OLE color: 12357561.

HSL color Cylindrical-coordinate representation of color #B98FBC: hue angle of 296º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B98FBC is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 143 188 -
CMYK 0.02 0.24 0 0.26
HSL 296º 0.25% 0.65% -
HSV(B) 296º 0.24% 0.74% -
XYZ 38.91 33.59 52.01 -
YUV 160.69 143.41 145.34 -
System Red Green Blue C M Y K H S L
Decimal 185 143 188 0.02 0.24 0 0.26 296 0.25 0.65
Hex B9 8F BC 2 18 0 1A 128 19 41
Octal 271 217 274 2 30 0 32 450 31 101
Binary 10111001 10001111 10111100 10 11000 0 11010 100101000 11001 1000001

Color Harmonies of #B98FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98FBC

Black with #B98FBC

Text Example


Text Example

White with #B98FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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