Html Css Color HEX #B396AF London Hue

📋 copy color: '#B396AF'

red 179 ◦ green 150 ◦ blue 175

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

Shades of London Hue #B396AF

Tints of London Hue #B396AF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.76%

 BLUE value IS 175 (68.75% from 255) = 34.72%

R = 35.52%
G = 29.76%
B = 34.72%

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

#B396AF (or 0xB396AF) is known color: London Hue. HEX triplet: B3, 96 and AF. RGB value is (179,150,175). Sum of RGB (Red+Green+Blue) = 179+150+175=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 179 - color contains mainly: red. Hex color #B396AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B396AF is #4C6950. Grayscale: #A1A1A1. Windows color (decimal): -5007697 or 11507379. OLE color: 11507379.

HSL color Cylindrical-coordinate representation of color #B396AF: hue angle of 308.28º 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 #B396AF is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 150 175 -
CMYK 0 0.16 0.02 0.30
HSL 308.28º 0.16% 0.65% -
HSV(B) 308.28º 0.16% 0.7% -
XYZ 37.23 34.49 45.25 -
YUV 161.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 179 150 175 0 0.16 0.02 0.30 308.28 0.16 0.65
Hex B3 96 AF 0 10 2 1E 134 10 41
Octal 263 226 257 0 20 2 36 464 20 101
Binary 10110011 10010110 10101111 0 10000 10 11110 100110100 10000 1000001

Color Harmonies of #B396AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B396AF

Black with #B396AF

Text Example


Text Example

White with #B396AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B396AF; }

 p { color: rgb(179,150,175); }

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

background-color css

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

 a { background-color: rgb(179,150,175); }

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

border-color css

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

 span { border-color: rgb(179,150,175); }

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