Html Css Color HEX #B395AB London Hue

📋 copy color: '#B395AB'

red 179 ◦ green 149 ◦ blue 171

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

Shades of London Hue #B395AB

Tints of London Hue #B395AB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.86%

 BLUE value IS 171 (67.19% from 255) = 34.27%

R = 35.87%
G = 29.86%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B395AB (or 0xB395AB) is known color: London Hue. HEX triplet: B3, 95 and AB. RGB value is (179,149,171). Sum of RGB (Red+Green+Blue) = 179+149+171=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 179 - color contains mainly: red. Hex color #B395AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B395AB is #4C6A54. Grayscale: #A0A0A0. Windows color (decimal): -5007957 or 11244979. OLE color: 11244979.

HSL color Cylindrical-coordinate representation of color #B395AB: hue angle of 316º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B395AB is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 149 171 -
CMYK 0 0.17 0.04 0.30
HSL 316º 0.16% 0.64% -
HSV(B) 316º 0.17% 0.7% -
XYZ 36.69 34.02 43.16 -
YUV 160.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 179 149 171 0 0.17 0.04 0.30 316 0.16 0.64
Hex B3 95 AB 0 11 4 1E 13C 10 40
Octal 263 225 253 0 21 4 36 474 20 100
Binary 10110011 10010101 10101011 0 10001 100 11110 100111100 10000 1000000

Color Harmonies of #B395AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B395AB

Black with #B395AB

Text Example


Text Example

White with #B395AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B395AB; }

 p { color: rgb(179,149,171); }

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

background-color css

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

 a { background-color: rgb(179,149,171); }

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

border-color css

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

 span { border-color: rgb(179,149,171); }

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