Html Css Color HEX #B495B3 London Hue

📋 copy color: '#B495B3'

red 180 ◦ green 149 ◦ blue 179

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

Shades of London Hue #B495B3

Tints of London Hue #B495B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.24%

R = 35.43%
G = 29.33%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B495B3 (or 0xB495B3) is known color: London Hue. HEX triplet: B4, 95 and B3. RGB value is (180,149,179). Sum of RGB (Red+Green+Blue) = 180+149+179=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 180 - color contains mainly: red. Hex color #B495B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B495B3 is #4B6A4C. Grayscale: #A1A1A1. Windows color (decimal): -4942413 or 11769268. OLE color: 11769268.

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

Color convert

RGB 180 149 179 -
CMYK 0 0.17 0.01 0.29
HSL 301.94º 0.17% 0.65% -
HSV(B) 301.94º 0.17% 0.71% -
XYZ 37.71 34.45 47.31 -
YUV 161.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 180 149 179 0 0.17 0.01 0.29 301.94 0.17 0.65
Hex B4 95 B3 0 11 1 1D 12E 11 41
Octal 264 225 263 0 21 1 35 456 21 101
Binary 10110100 10010101 10110011 0 10001 1 11101 100101110 10001 1000001

Color Harmonies of #B495B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B495B3

Black with #B495B3

Text Example


Text Example

White with #B495B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B495B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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