Html Css Color HEX #B398AD London Hue

📋 copy color: '#B398AD'

red 179 ◦ green 152 ◦ blue 173

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

Shades of London Hue #B398AD

Tints of London Hue #B398AD

RGB

 RED value IS 179 (70.31% from 255) = 35.52%

 GREEN value IS 152 (59.77% from 255) = 30.16%

 BLUE value IS 173 (67.97% from 255) = 34.33%

R = 35.52%
G = 30.16%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B398AD (or 0xB398AD) is known color: London Hue. HEX triplet: B3, 98 and AD. RGB value is (179,152,173). Sum of RGB (Red+Green+Blue) = 179+152+173=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 179 - color contains mainly: red. Hex color #B398AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B398AD is #4C6752. Grayscale: #A2A2A2. Windows color (decimal): -5007187 or 11376819. OLE color: 11376819.

HSL color Cylindrical-coordinate representation of color #B398AD: hue angle of 313.33º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B398AD is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 152 173 -
CMYK 0 0.15 0.03 0.30
HSL 313.33º 0.15% 0.65% -
HSV(B) 313.33º 0.15% 0.7% -
XYZ 37.36 35.06 44.33 -
YUV 162.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 179 152 173 0 0.15 0.03 0.30 313.33 0.15 0.65
Hex B3 98 AD 0 F 3 1E 139 F 41
Octal 263 230 255 0 17 3 36 471 17 101
Binary 10110011 10011000 10101101 0 1111 11 11110 100111001 1111 1000001

Color Harmonies of #B398AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B398AD

Black with #B398AD

Text Example


Text Example

White with #B398AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B398AD; }

 p { color: rgb(179,152,173); }

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

background-color css

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

 a { background-color: rgb(179,152,173); }

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

border-color css

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

 span { border-color: rgb(179,152,173); }

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