Html Css Color HEX #B98FB4 London Hue

📋 copy color: '#B98FB4'

red 185 ◦ green 143 ◦ blue 180

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

Shades of London Hue #B98FB4

Tints of London Hue #B98FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.43%

R = 36.42%
G = 28.15%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B98FB4 (or 0xB98FB4) is known color: London Hue. HEX triplet: B9, 8F and B4. RGB value is (185,143,180). Sum of RGB (Red+Green+Blue) = 185+143+180=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 185 - color contains mainly: red. Hex color #B98FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98FB4 is #46704B. Grayscale: #9F9F9F. Windows color (decimal): -4616268 or 11833273. OLE color: 11833273.

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

Color convert

RGB 185 143 180 -
CMYK 0 0.23 0.03 0.27
HSL 307.14º 0.23% 0.64% -
HSV(B) 307.14º 0.23% 0.73% -
XYZ 38.07 33.25 47.59 -
YUV 159.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 185 143 180 0 0.23 0.03 0.27 307.14 0.23 0.64
Hex B9 8F B4 0 17 3 1B 133 17 40
Octal 271 217 264 0 27 3 33 463 27 100
Binary 10111001 10001111 10110100 0 10111 11 11011 100110011 10111 1000000

Color Harmonies of #B98FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98FB4

Black with #B98FB4

Text Example


Text Example

White with #B98FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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