Html Css Color HEX #B497B4 London Hue

📋 copy color: '#B497B4'

red 180 ◦ green 151 ◦ blue 180

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

Shades of London Hue #B497B4

Tints of London Hue #B497B4

RGB

 RED value IS 180 (70.7% from 255) = 35.23%

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

 BLUE value IS 180 (70.7% from 255) = 35.23%

R = 35.23%
G = 29.55%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B497B4 (or 0xB497B4) is known color: London Hue. HEX triplet: B4, 97 and B4. RGB value is (180,151,180). Sum of RGB (Red+Green+Blue) = 180+151+180=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B497B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497B4 is #4B684B. Grayscale: #A2A2A2. Windows color (decimal): -4941900 or 11835316. OLE color: 11835316.

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

Color convert

RGB 180 151 180 -
CMYK 0 0.16 0 0.29
HSL 300º 0.16% 0.65% -
HSV(B) 300º 0.16% 0.71% -
XYZ 38.13 35.13 47.95 -
YUV 162.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 180 151 180 0 0.16 0 0.29 300 0.16 0.65
Hex B4 97 B4 0 10 0 1D 12C 10 41
Octal 264 227 264 0 20 0 35 454 20 101
Binary 10110100 10010111 10110100 0 10000 0 11101 100101100 10000 1000001

Color Harmonies of #B497B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B497B4

Black with #B497B4

Text Example


Text Example

White with #B497B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B497B4; }

 p { color: rgb(180,151,180); }

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

background-color css

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

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

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

border-color css

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

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

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