Html Css Color HEX #B98BBD London Hue

📋 copy color: '#B98BBD'

red 185 ◦ green 139 ◦ blue 189

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

Shades of London Hue #B98BBD

Tints of London Hue #B98BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.84%

R = 36.06%
G = 27.1%
B = 36.84%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B98BBD (or 0xB98BBD) is known color: London Hue. HEX triplet: B9, 8B and BD. RGB value is (185,139,189). Sum of RGB (Red+Green+Blue) = 185+139+189=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #B98BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BBD is #467442. Grayscale: #9E9E9E. Windows color (decimal): -4617283 or 12422073. OLE color: 12422073.

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

Color convert

RGB 185 139 189 -
CMYK 0.02 0.26 0 0.26
HSL 295.2º 0.27% 0.64% -
HSV(B) 295.2º 0.26% 0.74% -
XYZ 38.43 32.45 52.38 -
YUV 158.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 185 139 189 0.02 0.26 0 0.26 295.2 0.27 0.64
Hex B9 8B BD 2 1A 0 1A 127 1B 40
Octal 271 213 275 2 32 0 32 447 33 100
Binary 10111001 10001011 10111101 10 11010 0 11010 100100111 11011 1000000

Color Harmonies of #B98BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BBD

Black with #B98BBD

Text Example


Text Example

White with #B98BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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