Html Css Color HEX #B98CB2 London Hue

📋 copy color: '#B98CB2'

red 185 ◦ green 140 ◦ blue 178

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

Shades of London Hue #B98CB2

Tints of London Hue #B98CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.39%

R = 36.78%
G = 27.83%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B98CB2 (or 0xB98CB2) is known color: London Hue. HEX triplet: B9, 8C and B2. RGB value is (185,140,178). Sum of RGB (Red+Green+Blue) = 185+140+178=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 185 - color contains mainly: red. Hex color #B98CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98CB2 is #46734D. Grayscale: #9D9D9D. Windows color (decimal): -4617038 or 11701433. OLE color: 11701433.

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

Color convert

RGB 185 140 178 -
CMYK 0 0.24 0.04 0.27
HSL 309.33º 0.24% 0.64% -
HSV(B) 309.33º 0.24% 0.73% -
XYZ 37.42 32.28 46.38 -
YUV 157.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 185 140 178 0 0.24 0.04 0.27 309.33 0.24 0.64
Hex B9 8C B2 0 18 4 1B 135 18 40
Octal 271 214 262 0 30 4 33 465 30 100
Binary 10111001 10001100 10110010 0 11000 100 11011 100110101 11000 1000000

Color Harmonies of #B98CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98CB2

Black with #B98CB2

Text Example


Text Example

White with #B98CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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