Html Css Color HEX #B98CBB London Hue

📋 copy color: '#B98CBB'

red 185 ◦ green 140 ◦ blue 187

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

Shades of London Hue #B98CBB

Tints of London Hue #B98CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.34%

 BLUE value IS 187 (73.44% from 255) = 36.52%

R = 36.13%
G = 27.34%
B = 36.52%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B98CBB (or 0xB98CBB) is known color: London Hue. HEX triplet: B9, 8C and BB. RGB value is (185,140,187). Sum of RGB (Red+Green+Blue) = 185+140+187=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #B98CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98CBB is #467344. Grayscale: #9E9E9E. Windows color (decimal): -4617029 or 12291257. OLE color: 12291257.

HSL color Cylindrical-coordinate representation of color #B98CBB: hue angle of 297.45º degrees, saturation: 0.26, 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 #B98CBB is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 140 187 -
CMYK 0.01 0.25 0 0.27
HSL 297.45º 0.26% 0.64% -
HSV(B) 297.45º 0.25% 0.73% -
XYZ 38.36 32.66 51.3 -
YUV 158.81 143.91 146.68 -
System Red Green Blue C M Y K H S L
Decimal 185 140 187 0.01 0.25 0 0.27 297.45 0.26 0.64
Hex B9 8C BB 1 19 0 1B 129 1A 40
Octal 271 214 273 1 31 0 33 451 32 100
Binary 10111001 10001100 10111011 1 11001 0 11011 100101001 11010 1000000

Color Harmonies of #B98CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98CBB

Black with #B98CBB

Text Example


Text Example

White with #B98CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98CBB; }

 p { color: rgb(185,140,187); }

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

background-color css

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

 a { background-color: rgb(185,140,187); }

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

border-color css

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

 span { border-color: rgb(185,140,187); }

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