Html Css Color HEX #B096BA East Side

📋 copy color: '#B096BA'

red 176 ◦ green 150 ◦ blue 186

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

Shades of East Side #B096BA

Tints of East Side #B096BA

RGB

 RED value IS 176 (69.14% from 255) = 34.38%

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

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

R = 34.38%
G = 29.3%
B = 36.33%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B096BA (or 0xB096BA) is known color: East Side. HEX triplet: B0, 96 and BA. RGB value is (176,150,186). Sum of RGB (Red+Green+Blue) = 176+150+186=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #B096BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096BA is #4F6945. Grayscale: #A1A1A1. Windows color (decimal): -5204294 or 12228272. OLE color: 12228272.

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

Color convert

RGB 176 150 186 -
CMYK 0.05 0.19 0 0.27
HSL 283.33º 0.21% 0.66% -
HSV(B) 283.33º 0.19% 0.73% -
XYZ 37.67 34.59 51.14 -
YUV 161.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 176 150 186 0.05 0.19 0 0.27 283.33 0.21 0.66
Hex B0 96 BA 5 13 0 1B 11B 15 42
Octal 260 226 272 5 23 0 33 433 25 102
Binary 10110000 10010110 10111010 101 10011 0 11011 100011011 10101 1000010

Color Harmonies of #B096BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B096BA

Black with #B096BA

Text Example


Text Example

White with #B096BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B096BA; }

 p { color: rgb(176,150,186); }

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

background-color css

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

 a { background-color: rgb(176,150,186); }

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

border-color css

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

 span { border-color: rgb(176,150,186); }

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