Html Css Color HEX #B98BB0 London Hue

📋 copy color: '#B98BB0'

red 185 ◦ green 139 ◦ blue 176

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

Shades of London Hue #B98BB0

Tints of London Hue #B98BB0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.8%

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

R = 37%
G = 27.8%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B98BB0 (or 0xB98BB0) is known color: London Hue. HEX triplet: B9, 8B and B0. RGB value is (185,139,176). Sum of RGB (Red+Green+Blue) = 185+139+176=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 185 - color contains mainly: red. Hex color #B98BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98BB0 is #46744F. Grayscale: #9C9C9C. Windows color (decimal): -4617296 or 11570105. OLE color: 11570105.

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

Color convert

RGB 185 139 176 -
CMYK 0 0.25 0.05 0.27
HSL 311.74º 0.25% 0.64% -
HSV(B) 311.74º 0.25% 0.73% -
XYZ 37.08 31.91 45.28 -
YUV 156.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 185 139 176 0 0.25 0.05 0.27 311.74 0.25 0.64
Hex B9 8B B0 0 19 5 1B 138 19 40
Octal 271 213 260 0 31 5 33 470 31 100
Binary 10111001 10001011 10110000 0 11001 101 11011 100111000 11001 1000000

Color Harmonies of #B98BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BB0

Black with #B98BB0

Text Example


Text Example

White with #B98BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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