Html Css Color HEX #B397B0 London Hue

📋 copy color: '#B397B0'

red 179 ◦ green 151 ◦ blue 176

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

Shades of London Hue #B397B0

Tints of London Hue #B397B0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.84%

 BLUE value IS 176 (69.14% from 255) = 34.78%

R = 35.38%
G = 29.84%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B397B0 (or 0xB397B0) is known color: London Hue. HEX triplet: B3, 97 and B0. RGB value is (179,151,176). Sum of RGB (Red+Green+Blue) = 179+151+176=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 179 - color contains mainly: red. Hex color #B397B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B397B0 is #4C684F. Grayscale: #A2A2A2. Windows color (decimal): -5007440 or 11573171. OLE color: 11573171.

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

Color convert

RGB 179 151 176 -
CMYK 0 0.16 0.02 0.30
HSL 306.43º 0.16% 0.65% -
HSV(B) 306.43º 0.16% 0.7% -
XYZ 37.49 34.85 45.83 -
YUV 162.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 179 151 176 0 0.16 0.02 0.30 306.43 0.16 0.65
Hex B3 97 B0 0 10 2 1E 132 10 41
Octal 263 227 260 0 20 2 36 462 20 101
Binary 10110011 10010111 10110000 0 10000 10 11110 100110010 10000 1000001

Color Harmonies of #B397B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397B0

Black with #B397B0

Text Example


Text Example

White with #B397B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397B0; }

 p { color: rgb(179,151,176); }

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

background-color css

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

 a { background-color: rgb(179,151,176); }

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

border-color css

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

 span { border-color: rgb(179,151,176); }

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