Html Css Color HEX #B98AB6 London Hue

📋 copy color: '#B98AB6'

red 185 ◦ green 138 ◦ blue 182

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

Shades of London Hue #B98AB6

Tints of London Hue #B98AB6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.33%

 BLUE value IS 182 (71.48% from 255) = 36.04%

R = 36.63%
G = 27.33%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B98AB6 (or 0xB98AB6) is known color: London Hue. HEX triplet: B9, 8A and B6. RGB value is (185,138,182). Sum of RGB (Red+Green+Blue) = 185+138+182=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 185 - color contains mainly: red. Hex color #B98AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98AB6 is #467549. Grayscale: #9C9C9C. Windows color (decimal): -4617546 or 11963065. OLE color: 11963065.

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

Color convert

RGB 185 138 182 -
CMYK 0 0.25 0.02 0.27
HSL 303.83º 0.25% 0.63% -
HSV(B) 303.83º 0.25% 0.73% -
XYZ 37.54 31.87 48.43 -
YUV 157.07 142.07 147.92 -
System Red Green Blue C M Y K H S L
Decimal 185 138 182 0 0.25 0.02 0.27 303.83 0.25 0.63
Hex B9 8A B6 0 19 2 1B 130 19 3F
Octal 271 212 266 0 31 2 33 460 31 77
Binary 10111001 10001010 10110110 0 11001 10 11011 100110000 11001 111111

Color Harmonies of #B98AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98AB6

Black with #B98AB6

Text Example


Text Example

White with #B98AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98AB6; }

 p { color: rgb(185,138,182); }

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

background-color css

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

 a { background-color: rgb(185,138,182); }

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

border-color css

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

 span { border-color: rgb(185,138,182); }

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