Html Css Color HEX #B98FB3 London Hue

📋 copy color: '#B98FB3'

red 185 ◦ green 143 ◦ blue 179

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

Shades of London Hue #B98FB3

Tints of London Hue #B98FB3

RGB

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

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

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

R = 36.49%
G = 28.21%
B = 35.31%

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

#B98FB3 (or 0xB98FB3) is known color: London Hue. HEX triplet: B9, 8F and B3. RGB value is (185,143,179). Sum of RGB (Red+Green+Blue) = 185+143+179=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 185 - color contains mainly: red. Hex color #B98FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98FB3 is #46704C. Grayscale: #9F9F9F. Windows color (decimal): -4616269 or 11767737. OLE color: 11767737.

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

Color convert

RGB 185 143 179 -
CMYK 0 0.23 0.03 0.27
HSL 308.57º 0.23% 0.64% -
HSV(B) 308.57º 0.23% 0.73% -
XYZ 37.97 33.21 47.06 -
YUV 159.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 185 143 179 0 0.23 0.03 0.27 308.57 0.23 0.64
Hex B9 8F B3 0 17 3 1B 135 17 40
Octal 271 217 263 0 27 3 33 465 27 100
Binary 10111001 10001111 10110011 0 10111 11 11011 100110101 10111 1000000

Color Harmonies of #B98FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98FB3

Black with #B98FB3

Text Example


Text Example

White with #B98FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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