Html Css Color HEX #B096BE East Side

📋 copy color: '#B096BE'

red 176 ◦ green 150 ◦ blue 190

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

Shades of East Side #B096BE

Tints of East Side #B096BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.82%

R = 34.11%
G = 29.07%
B = 36.82%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B096BE (or 0xB096BE) is known color: East Side. HEX triplet: B0, 96 and BE. RGB value is (176,150,190). Sum of RGB (Red+Green+Blue) = 176+150+190=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #B096BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096BE is #4F6941. Grayscale: #A2A2A2. Windows color (decimal): -5204290 or 12490416. OLE color: 12490416.

HSL color Cylindrical-coordinate representation of color #B096BE: hue angle of 279º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B096BE is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 150 190 -
CMYK 0.07 0.21 0 0.25
HSL 279º 0.24% 0.67% -
HSV(B) 279º 0.21% 0.75% -
XYZ 38.11 34.76 53.42 -
YUV 162.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 176 150 190 0.07 0.21 0 0.25 279 0.24 0.67
Hex B0 96 BE 7 15 0 19 117 18 43
Octal 260 226 276 7 25 0 31 427 30 103
Binary 10110000 10010110 10111110 111 10101 0 11001 100010111 11000 1000011

Color Harmonies of #B096BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B096BE

Black with #B096BE

Text Example


Text Example

White with #B096BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B096BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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