Html Css Color HEX #B396BB East Side

📋 copy color: '#B396BB'

red 179 ◦ green 150 ◦ blue 187

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

Shades of East Side #B396BB

Tints of East Side #B396BB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.07%

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

R = 34.69%
G = 29.07%
B = 36.24%

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

#B396BB (or 0xB396BB) is known color: East Side. HEX triplet: B3, 96 and BB. RGB value is (179,150,187). Sum of RGB (Red+Green+Blue) = 179+150+187=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #B396BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B396BB is #4C6944. Grayscale: #A2A2A2. Windows color (decimal): -5007685 or 12293811. OLE color: 12293811.

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

Color convert

RGB 179 150 187 -
CMYK 0.04 0.20 0 0.27
HSL 287.03º 0.21% 0.66% -
HSV(B) 287.03º 0.2% 0.73% -
XYZ 38.47 34.98 51.74 -
YUV 162.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 179 150 187 0.04 0.20 0 0.27 287.03 0.21 0.66
Hex B3 96 BB 4 14 0 1B 11F 15 42
Octal 263 226 273 4 24 0 33 437 25 102
Binary 10110011 10010110 10111011 100 10100 0 11011 100011111 10101 1000010

Color Harmonies of #B396BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B396BB

Black with #B396BB

Text Example


Text Example

White with #B396BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B396BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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