Html Css Color HEX #B395BB East Side

📋 copy color: '#B395BB'

red 179 ◦ green 149 ◦ blue 187

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

Shades of East Side #B395BB

Tints of East Side #B395BB

RGB

 RED value IS 179 (70.31% from 255) = 34.76%

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

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 34.76%
G = 28.93%
B = 36.31%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B395BB (or 0xB395BB) is known color: East Side. HEX triplet: B3, 95 and BB. RGB value is (179,149,187). Sum of RGB (Red+Green+Blue) = 179+149+187=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #B395BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B395BB is #4C6A44. Grayscale: #A2A2A2. Windows color (decimal): -5007941 or 12293555. OLE color: 12293555.

HSL color Cylindrical-coordinate representation of color #B395BB: hue angle of 287.37º degrees, saturation: 0.22, 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 #B395BB is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 149 187 -
CMYK 0.04 0.20 0 0.27
HSL 287.37º 0.22% 0.66% -
HSV(B) 287.37º 0.2% 0.73% -
XYZ 38.31 34.67 51.69 -
YUV 162.3 141.94 139.91 -
System Red Green Blue C M Y K H S L
Decimal 179 149 187 0.04 0.20 0 0.27 287.37 0.22 0.66
Hex B3 95 BB 4 14 0 1B 11F 16 42
Octal 263 225 273 4 24 0 33 437 26 102
Binary 10110011 10010101 10111011 100 10100 0 11011 100011111 10110 1000010

Color Harmonies of #B395BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B395BB

Black with #B395BB

Text Example


Text Example

White with #B395BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B395BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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