Html Css Color HEX #B98DAE London Hue

📋 copy color: '#B98DAE'

red 185 ◦ green 141 ◦ blue 174

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

Shades of London Hue #B98DAE

Tints of London Hue #B98DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.2%

 BLUE value IS 174 (68.36% from 255) = 34.8%

R = 37%
G = 28.2%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B98DAE (or 0xB98DAE) is known color: London Hue. HEX triplet: B9, 8D and AE. RGB value is (185,141,174). Sum of RGB (Red+Green+Blue) = 185+141+174=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 185 - color contains mainly: red. Hex color #B98DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98DAE is #467251. Grayscale: #9D9D9D. Windows color (decimal): -4616786 or 11439545. OLE color: 11439545.

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

Color convert

RGB 185 141 174 -
CMYK 0 0.24 0.06 0.27
HSL 315º 0.24% 0.64% -
HSV(B) 315º 0.24% 0.73% -
XYZ 37.17 32.42 44.34 -
YUV 157.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 185 141 174 0 0.24 0.06 0.27 315 0.24 0.64
Hex B9 8D AE 0 18 6 1B 13B 18 40
Octal 271 215 256 0 30 6 33 473 30 100
Binary 10111001 10001101 10101110 0 11000 110 11011 100111011 11000 1000000

Color Harmonies of #B98DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98DAE

Black with #B98DAE

Text Example


Text Example

White with #B98DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98DAE; }

 p { color: rgb(185,141,174); }

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

background-color css

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

 a { background-color: rgb(185,141,174); }

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

border-color css

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

 span { border-color: rgb(185,141,174); }

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