Html Css Color HEX #B495BA East Side

📋 copy color: '#B495BA'

red 180 ◦ green 149 ◦ blue 186

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

Shades of East Side #B495BA

Tints of East Side #B495BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.12%

R = 34.95%
G = 28.93%
B = 36.12%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B495BA (or 0xB495BA) is known color: East Side. HEX triplet: B4, 95 and BA. RGB value is (180,149,186). Sum of RGB (Red+Green+Blue) = 180+149+186=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #B495BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B495BA is #4B6A45. Grayscale: #A2A2A2. Windows color (decimal): -4942406 or 12228020. OLE color: 12228020.

HSL color Cylindrical-coordinate representation of color #B495BA: hue angle of 290.27º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B495BA is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 149 186 -
CMYK 0.03 0.20 0 0.27
HSL 290.27º 0.21% 0.66% -
HSV(B) 290.27º 0.2% 0.73% -
XYZ 38.43 34.74 51.13 -
YUV 162.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 180 149 186 0.03 0.20 0 0.27 290.27 0.21 0.66
Hex B4 95 BA 3 14 0 1B 122 15 42
Octal 264 225 272 3 24 0 33 442 25 102
Binary 10110100 10010101 10111010 11 10100 0 11011 100100010 10101 1000010

Color Harmonies of #B495BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B495BA

Black with #B495BA

Text Example


Text Example

White with #B495BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B495BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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