Html Css Color HEX #B495BD East Side

📋 copy color: '#B495BD'

red 180 ◦ green 149 ◦ blue 189

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

Shades of East Side #B495BD

Tints of East Side #B495BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.49%

R = 34.75%
G = 28.76%
B = 36.49%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B495BD (or 0xB495BD) is known color: East Side. HEX triplet: B4, 95 and BD. RGB value is (180,149,189). Sum of RGB (Red+Green+Blue) = 180+149+189=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #B495BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B495BD is #4B6A42. Grayscale: #A2A2A2. Windows color (decimal): -4942403 or 12424628. OLE color: 12424628.

HSL color Cylindrical-coordinate representation of color #B495BD: hue angle of 286.5º 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 #B495BD is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 149 189 -
CMYK 0.05 0.21 0 0.26
HSL 286.5º 0.23% 0.66% -
HSV(B) 286.5º 0.21% 0.74% -
XYZ 38.76 34.87 52.83 -
YUV 162.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 180 149 189 0.05 0.21 0 0.26 286.5 0.23 0.66
Hex B4 95 BD 5 15 0 1A 11E 17 42
Octal 264 225 275 5 25 0 32 436 27 102
Binary 10110100 10010101 10111101 101 10101 0 11010 100011110 10111 1000010

Color Harmonies of #B495BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B495BD

Black with #B495BD

Text Example


Text Example

White with #B495BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B495BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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