Html Css Color HEX #B98DB4 London Hue

📋 copy color: '#B98DB4'

red 185 ◦ green 141 ◦ blue 180

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

Shades of London Hue #B98DB4

Tints of London Hue #B98DB4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.87%

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

R = 36.56%
G = 27.87%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B98DB4 (or 0xB98DB4) is known color: London Hue. HEX triplet: B9, 8D and B4. RGB value is (185,141,180). Sum of RGB (Red+Green+Blue) = 185+141+180=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 185 - color contains mainly: red. Hex color #B98DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DB4 is #46724B. Grayscale: #9E9E9E. Windows color (decimal): -4616780 or 11832761. OLE color: 11832761.

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

Color convert

RGB 185 141 180 -
CMYK 0 0.24 0.03 0.27
HSL 306.82º 0.24% 0.64% -
HSV(B) 306.82º 0.24% 0.73% -
XYZ 37.77 32.66 47.49 -
YUV 158.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 185 141 180 0 0.24 0.03 0.27 306.82 0.24 0.64
Hex B9 8D B4 0 18 3 1B 133 18 40
Octal 271 215 264 0 30 3 33 463 30 100
Binary 10111001 10001101 10110100 0 11000 11 11011 100110011 11000 1000000

Color Harmonies of #B98DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98DB4

Black with #B98DB4

Text Example


Text Example

White with #B98DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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