Html Css Color HEX #B495BC East Side

📋 copy color: '#B495BC'

red 180 ◦ green 149 ◦ blue 188

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

Shades of East Side #B495BC

Tints of East Side #B495BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.36%

R = 34.82%
G = 28.82%
B = 36.36%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B495BC (or 0xB495BC) is known color: East Side. HEX triplet: B4, 95 and BC. RGB value is (180,149,188). Sum of RGB (Red+Green+Blue) = 180+149+188=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #B495BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B495BC is #4B6A43. Grayscale: #A2A2A2. Windows color (decimal): -4942404 or 12359092. OLE color: 12359092.

HSL color Cylindrical-coordinate representation of color #B495BC: hue angle of 287.69º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B495BC is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 149 188 -
CMYK 0.04 0.21 0 0.26
HSL 287.69º 0.23% 0.66% -
HSV(B) 287.69º 0.21% 0.74% -
XYZ 38.65 34.83 52.26 -
YUV 162.72 142.27 140.33 -
System Red Green Blue C M Y K H S L
Decimal 180 149 188 0.04 0.21 0 0.26 287.69 0.23 0.66
Hex B4 95 BC 4 15 0 1A 120 17 42
Octal 264 225 274 4 25 0 32 440 27 102
Binary 10110100 10010101 10111100 100 10101 0 11010 100100000 10111 1000010

Color Harmonies of #B495BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B495BC

Black with #B495BC

Text Example


Text Example

White with #B495BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B495BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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